Home
last modified time | relevance | path

Searched defs:config (Results 1 – 25 of 26) sorted by relevance

12

/tools/power/cpupower/bench/
Dparse.h21 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
Dsystem.c139 void prepare_user(const struct config *config) in prepare_user()
165 void prepare_system(const struct config *config) in prepare_system()
Dparse.c135 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()
Dbenchmark.c45 unsigned int calculate_timespace(long load, struct config *config) in calculate_timespace()
91 void start_benchmark(struct config *config) in start_benchmark()
Dmain.c80 struct config *config = NULL; in main() local
/tools/testing/selftests/powerpc/pmu/
Devent.c23 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()
Dcount_instructions.c19 static void setup_event(struct event *e, u64 config, char *name) in setup_event()
/tools/perf/tests/
Dstat.c8 static bool has_term(struct stat_config_event *config, in has_term()
27 struct stat_config_event *config = &event->stat_config; in process_stat_config_event() local
/tools/perf/util/
Dparse-events.y282 int config = $1 & 255; variable
295 int config = $1 & 255; variable
535 int config = $3 & 255; variable
553 int config = $1 & 255; variable
Dstat.c247 process_counter_values(struct perf_stat_config *config, struct perf_evsel *evsel, in process_counter_values()
288 static int process_counter_maps(struct perf_stat_config *config, in process_counter_maps()
309 int perf_stat_process_counter(struct perf_stat_config *config, in perf_stat_process_counter()
Dparse-events.c134 #define __PERF_EVENT_FIELD(config, name) \ argument
137 #define PERF_EVENT_RAW(config) __PERF_EVENT_FIELD(config, RAW) argument
138 #define PERF_EVENT_CONFIG(config) __PERF_EVENT_FIELD(config, CONFIG) argument
139 #define PERF_EVENT_TYPE(config) __PERF_EVENT_FIELD(config, TYPE) argument
140 #define PERF_EVENT_ID(config) __PERF_EVENT_FIELD(config, EVENT) argument
173 struct tracepoint_path *tracepoint_id_to_path(u64 config) in tracepoint_id_to_path()
1175 u32 type, u64 config, in parse_events_add_numeric()
2000 static bool is_event_supported(u8 type, unsigned config) in is_event_supported()
2312 int type_term, char *config, in new_term()
2345 int type_term, char *config, u64 num, in parse_events_term__num()
[all …]
Dparse-events.l106 static int sym(yyscan_t scanner, int type, int config) in sym()
Dstrlist.c159 struct strlist *strlist__new(const char *list, const struct strlist_config *config) in strlist__new()
Dintel-pt.c629 struct perf_event_attr *attr, u64 *config) in intel_pt_get_config()
655 u64 config; in intel_pt_return_compression() local
672 u64 config; in intel_pt_mtc_period() local
691 u64 config; in intel_pt_timeless_decoding() local
725 u64 config; in intel_pt_have_tsc() local
Dparse-events.h87 char *config; member
Devsel.c338 static const char *__perf_evsel__hw_name(u64 config) in __perf_evsel__hw_name()
401 static const char *__perf_evsel__sw_name(u64 config) in __perf_evsel__sw_name()
505 static int __perf_evsel__hw_cache_name(u64 config, char *bf, size_t size) in __perf_evsel__hw_cache_name()
Devent.c899 struct perf_stat_config *config, in perf_event__synthesize_stat_config()
975 void perf_event__read_stat_config(struct perf_stat_config *config, in perf_event__read_stat_config()
Dprobe-file.c38 const char *config; in print_open_warning() local
Dpmu.c992 int config, unsigned long *bits) in perf_pmu__new_format()
/tools/testing/selftests/networking/timestamping/
Dhwtstamp_config.c88 struct hwtstamp_config config; in main() local
/tools/perf/arch/x86/util/
Dintel-pt.c70 u64 *config) in intel_pt_parse_terms_with_default()
98 u64 *config) in intel_pt_parse_terms()
197 u64 config; in intel_pt_default_config() local
483 const char *supported, u64 config) in intel_pt_val_config_term()
/tools/perf/arch/arm/util/
Dcs-etm.c243 u64 config = 0; in cs_etm_get_config() local
/tools/perf/util/scripting-engines/
Dtrace-event-python.c935 static void python_process_stat(struct perf_stat_config *config, in python_process_stat()
/tools/include/uapi/linux/
Dperf_event.h298 __u64 config; member
/tools/lguest/
Dlguest.c183 struct pci_config config; member

12