Home
last modified time | relevance | path

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

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