/kernel/linux/linux-5.10/tools/perf/tests/ |
H A D | sample-parsing.c | 182 struct ip_callchain callchain; in do_test() member 184 } callchain = { in do_test() local
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | record.c | 92 perf_evlist__config(struct evlist *evlist, struct record_opts *opts, struct callchain_param *callchain) perf_evlist__config() argument
|
H A D | event.h | 146 struct ip_callchain *callchain; member
|
H A D | data-convert-bt.c | 515 add_callchain_output_values(struct bt_ctf_event_class *event_class, struct bt_ctf_event *event, struct ip_callchain *callchain) add_callchain_output_values() argument
|
H A D | sort.h | 160 struct callchain_root callchain[0]; /* must be last member */ member
|
H A D | auxtrace.h | 120 bool callchain; member
|
H A D | evsel.c | 1056 evsel__config(struct evsel *evsel, struct record_opts *opts, struct callchain_param *callchain) evsel__config() argument [all...] |
H A D | session.c | 1057 struct ip_callchain *callchain = sample->callchain; in callchain__lbr_callstack_printf() local 1107 struct ip_callchain *callchain = sample->callchain; in callchain__printf() local [all...] |
/kernel/linux/linux-6.6/tools/perf/tests/ |
H A D | sample-parsing.c | 209 struct ip_callchain callchain; in do_test() member 211 } callchain = { in do_test() local
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | record.c | 95 void evlist__config(struct evlist *evlist, struct record_opts *opts, struct callchain_param *callchain) in evlist__config() argument
|
H A D | sample.h | 114 struct ip_callchain *callchain; member
|
H A D | data-convert-bt.c | 521 add_callchain_output_values(struct bt_ctf_event_class *event_class, struct bt_ctf_event *event, struct ip_callchain *callchain) add_callchain_output_values() argument
|
H A D | auxtrace.h | 137 bool callchain; member
|
H A D | sort.h | 165 struct callchain_root callchain[0]; /* must be last member */ member
|
H A D | evsel.c | 1127 evsel__config(struct evsel *evsel, struct record_opts *opts, struct callchain_param *callchain) evsel__config() argument [all...] |
H A D | session.c | 1091 struct ip_callchain *callchain = sample->callchain; in callchain__lbr_callstack_printf() local 1141 struct ip_callchain *callchain = sample->callchain; in callchain__printf() local [all...] |
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-report.c | 1006 struct callchain_param *callchain = opt->value; in report_parse_callchain_opt() local [all...] |
H A D | builtin-top.c | 1073 static int callchain_param__setup_sample_type(struct callchain_param *callchain) in callchain_param__setup_sample_type() argument 1375 struct callchain_param *callchain = opt->value; in parse_callchain_opt() local [all...] |
H A D | builtin-record.c | 2073 static void callchain_debug(struct callchain_param *callchain) in callchain_debug() argument 2084 record_opts__parse_callchain(struct record_opts *record, struct callchain_param *callchain, const char *arg, bool unset) record_opts__parse_callchain() argument 2120 struct callchain_param *callchain = opt->value; record_callchain_opt() local [all...] |
H A D | builtin-sched.c | 286 struct callchain_root callchain; member [all...] |
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-top.c | 1071 static int callchain_param__setup_sample_type(struct callchain_param *callchain) in callchain_param__setup_sample_type() argument 1383 struct callchain_param *callchain = opt->value; in parse_callchain_opt() local [all...] |
H A D | builtin-report.c | 1075 struct callchain_param *callchain = opt->value; in report_parse_callchain_opt() local [all...] |
/kernel/linux/linux-5.10/tools/perf/util/scripting-engines/ |
H A D | trace-event-python.c | 802 PyObject *handler, *context, *t, *obj = NULL, *callchain; in python_process_tracepoint() local 729 get_perf_sample_dict(struct perf_sample *sample, struct evsel *evsel, struct addr_location *al, PyObject *callchain) get_perf_sample_dict() argument 1302 PyObject *handler, *t, *dict, *callchain; python_process_general_event() local [all...] |
/kernel/linux/linux-6.6/tools/perf/util/scripting-engines/ |
H A D | trace-event-python.c | 935 PyObject *handler, *context, *t, *obj = NULL, *callchain; in python_process_tracepoint() local 836 get_perf_sample_dict(struct perf_sample *sample, struct evsel *evsel, struct addr_location *al, struct addr_location *addr_al, PyObject *callchain) get_perf_sample_dict() argument 1459 PyObject *handler, *t, *dict, *callchain; python_process_general_event() local [all...] |
/kernel/linux/linux-5.10/include/linux/ |
H A D | perf_event.h | 1020 struct perf_callchain_entry *callchain; member
|