Home
last modified time | relevance | path

Searched refs:config_terms (Results 1 – 9 of 9) sorted by relevance

/linux/tools/perf/util/
A Dparse-events-hybrid.c43 struct list_head *config_terms, in create_event_hybrid() argument
52 pmu, config_terms); in create_event_hybrid()
75 struct list_head *config_terms) in add_hw_hybrid() argument
86 copy_config_terms(&terms, config_terms); in add_hw_hybrid()
102 struct list_head *config_terms, in create_raw_event_hybrid() argument
109 pmu, config_terms); in create_raw_event_hybrid()
121 struct list_head *config_terms) in add_raw_hybrid() argument
147 struct list_head *config_terms, in parse_events__add_numeric_hybrid() argument
160 config_terms); in parse_events__add_numeric_hybrid()
164 config_terms); in parse_events__add_numeric_hybrid()
[all …]
A Dparse-events-hybrid.h15 struct list_head *config_terms,
21 struct list_head *config_terms,
A Dparse-events.c362 if (config_terms) in __add_event()
363 list_splice_init(config_terms, &evsel->config_terms); in __add_event()
385 /*pmu=*/NULL, config_terms, in add_event()
448 LIST_HEAD(config_terms); in parse_events_add_cache()
519 &config_terms, in parse_events_add_cache()
525 &config_terms); in parse_events_add_cache()
575 LIST_HEAD(config_terms); in add_tracepoint()
579 list_splice(&config_terms, &evsel->config_terms); in add_tracepoint()
1433 LIST_HEAD(config_terms); in parse_events_add_numeric()
1460 &config_terms); in parse_events_add_numeric()
[all …]
A Drecord.c44 struct list_head *config_terms = &evsel->config_terms; in evsel__config_term_mask() local
47 list_for_each_entry(term, config_terms, list) { in evsel__config_term_mask()
A Devsel.c250 INIT_LIST_HEAD(&evsel->config_terms); in evsel__init()
353 return copy_config_terms(&dst->config_terms, &src->config_terms); in evsel__copy_config_terms()
917 struct list_head *config_terms = &evsel->config_terms; in evsel__apply_config_terms() local
927 list_for_each_entry(term, config_terms, list) { in evsel__apply_config_terms()
1050 list_for_each_entry(term, &evsel->config_terms, list) { in __evsel__get_config_term()
1410 void free_config_terms(struct list_head *config_terms) in free_config_terms() argument
1414 list_for_each_entry_safe(term, h, config_terms, list) { in free_config_terms()
1424 free_config_terms(&evsel->config_terms); in evsel__free_config_terms()
A Devsel.h90 struct list_head config_terms; member
222 void free_config_terms(struct list_head *config_terms);
A Dparse-events.h278 struct list_head *config_terms);
/linux/tools/perf/
A Dbuiltin-top.c948 struct list_head *config_terms; in perf_top__overwrite_check() local
954 config_terms = &evsel->config_terms; in perf_top__overwrite_check()
955 list_for_each_entry(term, config_terms, list) { in perf_top__overwrite_check()
/linux/tools/perf/arch/arm/util/
A Dcs-etm.c265 list_for_each_entry(term, &evsel->config_terms, list) { in cs_etm_set_sink_attr()

Completed in 22 milliseconds