Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/perf/util/
H A Devsel_fprintf.c109 int print_ip = print_opts & EVSEL__PRINT_IP; in sample__fprintf_callchain()
202 int print_ip = print_opts & EVSEL__PRINT_IP; in sample__fprintf_sym()
H A Devsel_fprintf.h20 #define EVSEL__PRINT_IP (1<<0) macro
/OK3568_Linux_fs/kernel/tools/perf/
H A Dbuiltin-script.c511 output[type].print_ip_opts |= EVSEL__PRINT_IP; in set_print_ip_opts()