Home
last modified time | relevance | path

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

/linux-5.19.10/tools/perf/util/
Devsel_fprintf.h20 #define EVSEL__PRINT_IP (1<<0) macro
Devsel_fprintf.c111 int print_ip = print_opts & EVSEL__PRINT_IP; in sample__fprintf_callchain()
209 int print_ip = print_opts & EVSEL__PRINT_IP; in sample__fprintf_sym()
/linux-5.19.10/tools/perf/
Dbuiltin-script.c547 output[type].print_ip_opts |= EVSEL__PRINT_IP; in set_print_ip_opts()