Home
last modified time | relevance | path

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

/tools/perf/util/
Devsel_fprintf.c109 int print_srcline = print_opts & EVSEL__PRINT_SRCLINE; in sample__fprintf_callchain()
175 int print_srcline = print_opts & EVSEL__PRINT_SRCLINE; in sample__fprintf_sym()
Devsel.h390 #define EVSEL__PRINT_SRCLINE (1<<5) macro
/tools/perf/
Dbuiltin-script.c337 output[type].print_ip_opts |= EVSEL__PRINT_SRCLINE; in set_print_ip_opts()
650 if (print_opts & EVSEL__PRINT_SRCLINE) { in print_sample_bts()
652 print_opts &= ~EVSEL__PRINT_SRCLINE; in print_sample_bts()