Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Devsel_fprintf.h29 #define EVSEL__PRINT_DSOFF (1<<9) macro
H A Devsel_fprintf.c121 int print_dsoff = print_opts & EVSEL__PRINT_DSOFF; in sample__fprintf_callchain()
217 int print_dsoff = print_opts & EVSEL__PRINT_DSOFF; in sample__fprintf_sym()
/linux/tools/perf/
H A Dbuiltin-script.c617 output[type].print_ip_opts |= EVSEL__PRINT_DSOFF; in evsel__set_print_ip_opts()