Home
last modified time | relevance | path

Searched refs:EVSEL__PRINT_SRCLINE (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/tools/perf/util/
Devsel_fprintf.h25 #define EVSEL__PRINT_SRCLINE (1<<5) macro
Devsel_fprintf.c122 int print_srcline = print_opts & EVSEL__PRINT_SRCLINE; in sample__fprintf_callchain()
217 int print_srcline = print_opts & EVSEL__PRINT_SRCLINE; in sample__fprintf_sym()
/linux-6.12.1/tools/perf/
Dbuiltin-script.c602 output[type].print_ip_opts |= EVSEL__PRINT_SRCLINE; in set_print_ip_opts()
1675 if (print_opts & EVSEL__PRINT_SRCLINE) { in perf_sample__fprintf_bts()
1677 print_opts &= ~EVSEL__PRINT_SRCLINE; in perf_sample__fprintf_bts()