Searched defs:config_terms (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | record.c | 41 struct list_head *config_terms = &evsel->config_terms; in evsel__config_term_mask() local
|
H A D | evsel.h | 115 struct list_head config_terms; member
|
H A D | evsel.c | 876 struct list_head *config_terms = &evsel->config_terms; in evsel__apply_config_terms() local
|
H A D | parse-events.c | 348 __add_event(struct list_head *list, int *idx, struct perf_event_attr *attr, bool init_attr, char *name, struct perf_pmu *pmu, struct list_head *config_terms, bool auto_merge_stats, const char *cpu_list) __add_event() argument 399 add_event(struct list_head *list, int *idx, struct perf_event_attr *attr, char *name, struct list_head *config_terms) add_event() argument 1425 config_term_percore(struct list_head *config_terms) config_term_percore() argument [all...] |
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | record.c | 44 struct list_head *config_terms = &evsel->config_terms; in evsel__config_term_mask() local
|
H A D | evsel.h | 103 struct list_head config_terms; member
|
H A D | parse-events.c | 191 static void fix_raw(struct list_head *config_terms, struct perf_pmu *pmu) in fix_raw() argument 225 __add_event(struct list_head *list, int *idx, struct perf_event_attr *attr, bool init_attr, const char *name, const char *metric_id, struct perf_pmu *pmu, struct list_head *config_terms, bool auto_merge_stats, const char *cpu_list) __add_event() argument 291 add_event(struct list_head *list, int *idx, struct perf_event_attr *attr, const char *name, const char *metric_id, struct list_head *config_terms) add_event() argument 1358 config_term_percore(struct list_head *config_terms) config_term_percore() argument [all...] |
H A D | evsel.c | 932 struct list_head *config_terms = &evsel->config_terms; in evsel__apply_config_terms() local 1446 void free_config_terms(struct list_head *config_terms) in free_config_terms() argument [all...] |
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-top.c | 954 struct list_head *config_terms; in perf_top__overwrite_check() local
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-top.c | 952 struct list_head *config_terms; in perf_top__overwrite_check() local
|
Completed in 18 milliseconds