Home
last modified time | relevance | path

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

/tools/perf/util/
Devsel_fprintf.h21 #define EVSEL__PRINT_IP (1<<0) macro
Devsel_fprintf.c110 int print_ip = print_opts & EVSEL__PRINT_IP; in sample__fprintf_callchain()
198 int print_ip = print_opts & EVSEL__PRINT_IP; in sample__fprintf_sym()
/tools/perf/
Dbuiltin-script.c497 output[type].print_ip_opts |= EVSEL__PRINT_IP; in set_print_ip_opts()