Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/
Devsel_fprintf.c108 int print_ip = print_opts & EVSEL__PRINT_IP; in sample__fprintf_callchain()
197 int print_ip = print_opts & EVSEL__PRINT_IP; in sample__fprintf_sym()
Devsel.h425 #define EVSEL__PRINT_IP (1<<0) macro
/Linux-v4.19/tools/perf/
Dbuiltin-script.c477 output[type].print_ip_opts |= EVSEL__PRINT_IP; in set_print_ip_opts()