Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Devsel_fprintf.h21 #define EVSEL__PRINT_SYM (1<<1) macro
H A Devsel_fprintf.c119 int print_sym = print_opts & EVSEL__PRINT_SYM; in sample__fprintf_callchain()
215 int print_sym = print_opts & EVSEL__PRINT_SYM; in sample__fprintf_sym()
/linux/tools/perf/
H A Dbuiltin-kwork.c804 EVSEL__PRINT_SYM | EVSEL__PRINT_ONELINE | in timehist_print_event()
H A Dbuiltin-sched.c2229 EVSEL__PRINT_SYM | EVSEL__PRINT_ONELINE | in timehist_print_sample()
H A Dbuiltin-script.c611 output[type].print_ip_opts |= EVSEL__PRINT_SYM; in evsel__set_print_ip_opts()
H A Dbuiltin-trace.c2895 const unsigned int print_opts = EVSEL__PRINT_SYM | in trace__fprintf_callchain()