__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

[email protected]: ~ $
/* SPDX-License-Identifier: GPL-2.0 */
/*
 * Tracepoint header for hiperdispatch
 *
 * Copyright IBM Corp. 2024
 */

#undef TRACE_SYSTEM
#define TRACE_SYSTEM s390

#if !defined(_TRACE_S390_HIPERDISPATCH_H) || defined(TRACE_HEADER_MULTI_READ)
#define _TRACE_S390_HIPERDISPATCH_H

#include <linux/tracepoint.h>

#undef TRACE_INCLUDE_PATH
#undef TRACE_INCLUDE_FILE

#define TRACE_INCLUDE_PATH asm/trace
#define TRACE_INCLUDE_FILE hiperdispatch

TRACE_EVENT(s390_hd_work_fn,
	    TP_PROTO(int steal_time_percentage,
		     int entitled_core_count,
		     int highcap_core_count),
	    TP_ARGS(steal_time_percentage,
		    entitled_core_count,
		    highcap_core_count),
	    TP_STRUCT__entry(__field(int, steal_time_percentage)
			     __field(int, entitled_core_count)
			     __field(int, highcap_core_count)),
	    TP_fast_assign(__entry->steal_time_percentage = steal_time_percentage;
			   __entry->entitled_core_count = entitled_core_count;
			   __entry->highcap_core_count = highcap_core_count;),
	    TP_printk("steal: %d entitled_core_count: %d highcap_core_count: %d",
		      __entry->steal_time_percentage,
		      __entry->entitled_core_count,
		      __entry->highcap_core_count)
);

TRACE_EVENT(s390_hd_rebuild_domains,
	    TP_PROTO(int current_highcap_core_count,
		     int new_highcap_core_count),
	    TP_ARGS(current_highcap_core_count,
		    new_highcap_core_count),
	    TP_STRUCT__entry(__field(int, current_highcap_core_count)
			     __field(int, new_highcap_core_count)),
	    TP_fast_assign(__entry->current_highcap_core_count = current_highcap_core_count;
			   __entry->new_highcap_core_count = new_highcap_core_count),
	    TP_printk("change highcap_core_count: %u -> %u",
		      __entry->current_highcap_core_count,
		      __entry->new_highcap_core_count)
);

#endif /* _TRACE_S390_HIPERDISPATCH_H */

/* This part must be outside protection */
#include <trace/define_trace.h>

Filemanager

Name Type Size Permission Actions
diag.h File 950 B 0644
hiperdispatch.h File 1.86 KB 0644
zcrypt.h File 4.13 KB 0644
Filemanager