Searched defs:print_sym (Results 1 – 3 of 3) sorted by relevance
119 int print_sym = print_opts & EVSEL__PRINT_SYM; in sample__fprintf_callchain() local222 int print_sym = print_opts & EVSEL__PRINT_SYM; in sample__fprintf_sym() local
260 static void print_sym(Elf_Ehdr *hdr, struct sym *s) in print_sym() function
3347 print_location(FILE * f,struct perf_sample * sample,struct addr_location * al,bool print_dso,bool print_sym) print_location() argument