Home
last modified time | relevance | path

Searched refs:EVSEL__PRINT_SRCLINE (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/util/
H A Devsel_fprintf.h25 #define EVSEL__PRINT_SRCLINE (1<<5) macro
H A Devsel_fprintf.c114 int print_srcline = print_opts & EVSEL__PRINT_SRCLINE; in sample__fprintf_callchain()
206 int print_srcline = print_opts & EVSEL__PRINT_SRCLINE; in sample__fprintf_sym()
/kernel/linux/linux-6.6/tools/perf/util/
H A Devsel_fprintf.h25 #define EVSEL__PRINT_SRCLINE (1<<5) macro
H A Devsel_fprintf.c123 int print_srcline = print_opts & EVSEL__PRINT_SRCLINE; in sample__fprintf_callchain()
218 int print_srcline = print_opts & EVSEL__PRINT_SRCLINE; in sample__fprintf_sym()
/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-script.c522 output[type].print_ip_opts |= EVSEL__PRINT_SRCLINE; in set_print_ip_opts()
1455 if (print_opts & EVSEL__PRINT_SRCLINE) { in perf_sample__fprintf_bts()
1457 print_opts &= ~EVSEL__PRINT_SRCLINE; in perf_sample__fprintf_bts()
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-script.c586 output[type].print_ip_opts |= EVSEL__PRINT_SRCLINE; in set_print_ip_opts()
1569 if (print_opts & EVSEL__PRINT_SRCLINE) { in perf_sample__fprintf_bts()
1571 print_opts &= ~EVSEL__PRINT_SRCLINE; in perf_sample__fprintf_bts()

Completed in 14 milliseconds