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

/linux-master/tools/perf/util/
H A Devsel.h146 * See also evsel__has_callchain().
504 static inline bool evsel__has_callchain(const struct evsel *evsel) function
H A Dhist.c1979 use_callchain = evsel__has_callchain(evsel);
H A Devsel.c3038 if (evsel__has_callchain(evsel) &&
H A Dsession.c1370 if (evsel__has_callchain(evsel))
/linux-master/tools/perf/tests/
H A Dparse-events.c720 TEST_ASSERT_VAL("wrong callgraph", !evsel__has_callchain(evsel));
732 TEST_ASSERT_VAL("wrong callgraph", !evsel__has_callchain(evsel));
/linux-master/tools/perf/
H A Dbuiltin-script.c652 if (evsel__has_callchain(evsel)) {
673 if (evsel__has_callchain(evsel)) {
800 else if (PRINT_FIELD(IP) && evsel__has_callchain(evsel) && symbol_conf.use_callchain)
H A Dbuiltin-kwork.c1778 if (kwork->show_callchain && !evsel__has_callchain(evsel)) {
H A Dbuiltin-sched.c2966 if (sched->show_callchain && !evsel__has_callchain(evsel)) {
H A Dbuiltin-trace.c3993 if (evsel__has_callchain(evsel) &&

Completed in 282 milliseconds