Home
last modified time | relevance | path

Searched refs:EVSEL__PRINT_SYM (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/tools/perf/util/
Devsel_fprintf.h22 #define EVSEL__PRINT_SYM (1<<1) macro
Devsel_fprintf.c111 int print_sym = print_opts & EVSEL__PRINT_SYM; in sample__fprintf_callchain()
199 int print_sym = print_opts & EVSEL__PRINT_SYM; in sample__fprintf_sym()
/Linux-v5.4/tools/perf/
Dbuiltin-sched.c2056 EVSEL__PRINT_SYM | EVSEL__PRINT_ONELINE | in timehist_print_sample()
Dbuiltin-script.c500 output[type].print_ip_opts |= EVSEL__PRINT_SYM; in set_print_ip_opts()
Dbuiltin-trace.c2077 const unsigned int print_opts = EVSEL__PRINT_SYM | in trace__fprintf_callchain()