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

/linux-master/tools/perf/util/
H A Dmap.c438 static bool prefer_dso_long_name(const struct dso *dso, bool print_off) argument
442 (print_off && (dso__name(dso)[0] == '[' || dso__is_kcore(dso))));
445 static size_t __map__fprintf_dsoname(struct map *map, bool print_off, FILE *fp) argument
452 if (prefer_dso_long_name(dso, print_off))
471 size_t map__fprintf_dsoname_dsoff(struct map *map, bool print_off, u64 addr, FILE *fp) argument
476 if (print_off && (!dso || !dso__is_object_file(dso)))
477 print_off = false;
479 printed += __map__fprintf_dsoname(map, print_off, fp);
480 if (print_off)
H A Dmap.h204 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.c572 bool print_off, char *bf, int size)
579 if (!print_off)
571 get_symoff(struct symbol *sym, struct addr_location *al, bool print_off, char *bf, int size) argument

Completed in 199 milliseconds