Searched refs:config_terms (Results 1 – 9 of 9) sorted by relevance
/linux/tools/perf/util/ |
A D | parse-events-hybrid.c | 43 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 D | parse-events-hybrid.h | 15 struct list_head *config_terms, 21 struct list_head *config_terms,
|
A D | parse-events.c | 362 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 D | record.c | 44 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 D | evsel.c | 250 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 D | evsel.h | 90 struct list_head config_terms; member 222 void free_config_terms(struct list_head *config_terms);
|
A D | parse-events.h | 278 struct list_head *config_terms);
|
/linux/tools/perf/ |
A D | builtin-top.c | 948 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 D | cs-etm.c | 265 list_for_each_entry(term, &evsel->config_terms, list) { in cs_etm_set_sink_attr()
|
Completed in 22 milliseconds