| /tools/power/cpupower/bench/ |
| D | parse.h | 21 struct config struct 23 long sleep; /* sleep time in µs */ 24 long load; /* load time in µs */ 25 long sleep_step; /* time value which changes the 27 long load_step; /* time value which changes the 51 int prepare_config(const char *path, struct config *config); argument
|
| D | system.c | 139 void prepare_user(const struct config *config) in prepare_user() 165 void prepare_system(const struct config *config) in prepare_system()
|
| D | parse.c | 135 struct config *config = malloc(sizeof(struct config)); in prepare_default_config() local 168 int prepare_config(const char *path, struct config *config) in prepare_config()
|
| D | benchmark.c | 45 unsigned int calculate_timespace(long load, struct config *config) in calculate_timespace() 91 void start_benchmark(struct config *config) in start_benchmark()
|
| D | main.c | 80 struct config *config = NULL; in main() local
|
| /tools/testing/selftests/powerpc/pmu/ |
| D | event.c | 23 void event_init_opts(struct event *e, u64 config, int type, char *name) in event_init_opts() 37 void event_init_named(struct event *e, u64 config, char *name) in event_init_named() 42 void event_init(struct event *e, u64 config) in event_init()
|
| D | count_instructions.c | 19 static void setup_event(struct event *e, u64 config, char *name) in setup_event()
|
| /tools/perf/util/ |
| D | parse-events.y | 296 int config = $1 & 255; variable 308 int config = $1 & 255; variable 556 int config = $3 & 255; variable 574 int config = $1 & 255; variable
|
| D | stat.c | 273 process_counter_values(struct perf_stat_config *config, struct perf_evsel *evsel, in process_counter_values() 314 static int process_counter_maps(struct perf_stat_config *config, in process_counter_maps() 335 int perf_stat_process_counter(struct perf_stat_config *config, in perf_stat_process_counter()
|
| D | parse-events.c | 141 #define __PERF_EVENT_FIELD(config, name) \ argument 144 #define PERF_EVENT_RAW(config) __PERF_EVENT_FIELD(config, RAW) argument 145 #define PERF_EVENT_CONFIG(config) __PERF_EVENT_FIELD(config, CONFIG) argument 146 #define PERF_EVENT_TYPE(config) __PERF_EVENT_FIELD(config, TYPE) argument 147 #define PERF_EVENT_ID(config) __PERF_EVENT_FIELD(config, EVENT) argument 180 struct tracepoint_path *tracepoint_id_to_path(u64 config) in tracepoint_id_to_path() 1193 u32 type, u64 config, in parse_events_add_numeric() 2085 static bool is_event_supported(u8 type, unsigned config) in is_event_supported() 2427 int type_term, char *config, u64 num, in parse_events_term__num() 2447 int type_term, char *config, char *str, in parse_events_term__str() [all …]
|
| D | parse-events.l | 135 static int sym(yyscan_t scanner, int type, int config) in sym()
|
| D | strlist.c | 160 struct strlist *strlist__new(const char *list, const struct strlist_config *config) in strlist__new()
|
| D | intel-pt.c | 648 struct perf_event_attr *attr, u64 *config) in intel_pt_get_config() 674 u64 config; in intel_pt_return_compression() local 690 u64 config; in intel_pt_branch_enable() local 704 u64 config; in intel_pt_mtc_period() local 723 u64 config; in intel_pt_timeless_decoding() local 757 u64 config; in intel_pt_have_tsc() local
|
| D | parse-events.h | 89 char *config; member
|
| D | evsel.c | 380 static const char *__perf_evsel__hw_name(u64 config) in __perf_evsel__hw_name() 443 static const char *__perf_evsel__sw_name(u64 config) in __perf_evsel__sw_name() 547 static int __perf_evsel__hw_cache_name(u64 config, char *bf, size_t size) in __perf_evsel__hw_cache_name()
|
| D | event.c | 1012 struct perf_stat_config *config, in perf_event__synthesize_stat_config() 1088 void perf_event__read_stat_config(struct perf_stat_config *config, in perf_event__read_stat_config()
|
| D | probe-file.c | 46 const char *config; in print_open_warning() local
|
| D | pmu.c | 1075 int config, unsigned long *bits) in perf_pmu__new_format()
|
| /tools/perf/tests/ |
| D | stat.c | 9 static bool has_term(struct stat_config_event *config, in has_term() 28 struct stat_config_event *config = &event->stat_config; in process_stat_config_event() local
|
| /tools/testing/selftests/networking/timestamping/ |
| D | hwtstamp_config.c | 89 struct hwtstamp_config config; in main() local
|
| /tools/perf/arch/x86/util/ |
| D | intel-pt.c | 67 u64 *config) in intel_pt_parse_terms_with_default() 95 u64 *config) in intel_pt_parse_terms() 194 u64 config; in intel_pt_default_config() local 485 const char *supported, u64 config) in intel_pt_val_config_term()
|
| /tools/perf/arch/arm/util/ |
| D | cs-etm.c | 246 u64 config = 0; in cs_etm_get_config() local 277 u64 config = 0; in cs_etmv4_get_config() local
|
| /tools/perf/util/scripting-engines/ |
| D | trace-event-python.c | 1043 static void python_process_stat(struct perf_stat_config *config, in python_process_stat()
|
| /tools/include/uapi/linux/ |
| D | perf_event.h | 323 __u64 config; member
|
| /tools/perf/ |
| D | builtin-trace.c | 2138 static struct perf_evsel *perf_evsel__new_pgfault(u64 config) in perf_evsel__new_pgfault()
|