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

/linux-master/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;
218 int print_srcline = print_opts & EVSEL__PRINT_SRCLINE;
/linux-master/tools/perf/
H A Dbuiltin-script.c589 output[type].print_ip_opts |= EVSEL__PRINT_SRCLINE;
1585 if (print_opts & EVSEL__PRINT_SRCLINE) {
1587 print_opts &= ~EVSEL__PRINT_SRCLINE;

Completed in 109 milliseconds