Home
last modified time | relevance | path

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

/tools/perf/tests/
Dhists_output.c121 #define SYM(he) (he->ms.sym->name) macro
171 !strcmp(SYM(he), "main") && he->stat.period == 200); in test1()
177 !strcmp(SYM(he), "page_fault") && he->stat.period == 100); in test1()
183 !strcmp(SYM(he), "main") && he->stat.period == 100); in test1()
189 !strcmp(SYM(he), "xmalloc") && he->stat.period == 100); in test1()
195 !strcmp(SYM(he), "page_fault") && he->stat.period == 100); in test1()
201 !strcmp(SYM(he), "schedule") && he->stat.period == 100); in test1()
207 !strcmp(SYM(he), "free") && he->stat.period == 100); in test1()
213 !strcmp(SYM(he), "malloc") && he->stat.period == 100); in test1()
219 !strcmp(SYM(he), "cmd_record") && he->stat.period == 100); in test1()
[all …]
Dhists_cumulate.c155 #define SYM(he) (he->ms.sym->name) macro
214 !strcmp(SYM(he), expected[i].sym)); in do_test()
/tools/perf/
Dbuiltin-script.c225 if (PRINT_FIELD(SYM) && !PRINT_FIELD(IP) && !PRINT_FIELD(ADDR)) { in perf_evsel__check_attr()
231 if (PRINT_FIELD(SYMOFFSET) && !PRINT_FIELD(SYM)) { in perf_evsel__check_attr()
284 if (PRINT_FIELD(SYM)) in set_print_ip_opts()
517 if (PRINT_FIELD(SYM)) { in print_sample_addr()