Searched refs:print_off (Results 1 - 3 of 3) sorted by relevance

/linux-master/tools/perf/util/
H A Dmap.c440 static bool prefer_dso_long_name(const struct dso *dso, bool print_off) argument
444 (print_off && (dso->name[0] == '[' || dso__is_kcore(dso))));
447 static size_t __map__fprintf_dsoname(struct map *map, bool print_off, FILE *fp) argument
454 if (prefer_dso_long_name(dso, print_off))
473 size_t map__fprintf_dsoname_dsoff(struct map *map, bool print_off, u64 addr, FILE *fp) argument
478 if (print_off && (!dso || !dso__is_object_file(dso)))
479 print_off = false;
481 printed += __map__fprintf_dsoname(map, print_off, fp);
482 if (print_off)
H A Dmap.h201 size_t map__fprintf_dsoname_dsoff(struct map *map, bool print_off, u64 addr, FILE *fp);
/linux-master/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c571 bool print_off, char *bf, int size)
578 if (!print_off)
570 get_symoff(struct symbol *sym, struct addr_location *al, bool print_off, char *bf, int size) argument

Completed in 286 milliseconds