Home
last modified time | relevance | path

Searched refs:evsel__has_callchain (Results 1 - 17 of 17) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/util/
H A Devsel.h127 * See also evsel__has_callchain().
397 static inline bool evsel__has_callchain(const struct evsel *evsel) in evsel__has_callchain() function
H A Devsel.c2649 if (evsel__has_callchain(evsel) && in evsel__open_strerror()
H A Dhist.c1939 use_callchain = evsel__has_callchain(evsel); in evsel__output_resort_cb()
H A Dsession.c1290 if (evsel__has_callchain(evsel)) in dump_sample()
/kernel/linux/linux-6.6/tools/perf/util/
H A Devsel.h146 * See also evsel__has_callchain().
502 static inline bool evsel__has_callchain(const struct evsel *evsel) in evsel__has_callchain() function
H A Devsel.c2983 if (evsel__has_callchain(evsel) && in evsel__open_strerror()
H A Dhist.c1981 use_callchain = evsel__has_callchain(evsel); in evsel__output_resort_cb()
H A Dsession.c1354 if (evsel__has_callchain(evsel)) in dump_sample()
/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-script.c567 if (evsel__has_callchain(evsel)) { in perf_session__check_output_opt()
588 if (evsel__has_callchain(evsel)) { in perf_session__check_output_opt()
708 else if (PRINT_FIELD(IP) && evsel__has_callchain(evsel) && symbol_conf.use_callchain) in perf_sample__fprintf_start()
H A Dbuiltin-sched.c2965 if (sched->show_callchain && !evsel__has_callchain(evsel)) { in timehist_check_attr()
H A Dbuiltin-trace.c4070 if (evsel__has_callchain(evsel) &&
/kernel/linux/linux-5.10/tools/perf/tests/
H A Dparse-events.c528 TEST_ASSERT_VAL("wrong callgraph", !evsel__has_callchain(evsel)); in test__checkevent_pmu_partial_time_callgraph()
541 TEST_ASSERT_VAL("wrong callgraph", !evsel__has_callchain(evsel)); in test__checkevent_pmu_partial_time_callgraph()
/kernel/linux/linux-6.6/tools/perf/tests/
H A Dparse-events.c700 TEST_ASSERT_VAL("wrong callgraph", !evsel__has_callchain(evsel)); in test__checkevent_pmu_partial_time_callgraph()
712 TEST_ASSERT_VAL("wrong callgraph", !evsel__has_callchain(evsel)); in test__checkevent_pmu_partial_time_callgraph()
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-script.c649 if (evsel__has_callchain(evsel)) { in perf_session__check_output_opt()
670 if (evsel__has_callchain(evsel)) { in perf_session__check_output_opt()
797 else if (PRINT_FIELD(IP) && evsel__has_callchain(evsel) && symbol_conf.use_callchain) in perf_sample__fprintf_start()
H A Dbuiltin-kwork.c1383 if (kwork->show_callchain && !evsel__has_callchain(evsel)) { in perf_kwork__check_config()
H A Dbuiltin-sched.c3003 if (sched->show_callchain && !evsel__has_callchain(evsel)) { in timehist_check_attr()
H A Dbuiltin-trace.c3993 if (evsel__has_callchain(evsel) &&

Completed in 63 milliseconds