Home
last modified time | relevance | path

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

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