Searched defs:full_paths (Results 1 - 2 of 2) sorted by relevance

/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-annotate.c38 bool full_paths; member in struct:perf_annotate
116 ann->print_line, ann->full_paths, 0, 0);
309 OPT_BOOLEAN('P', "full-paths", &annotate.full_paths,
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dannotate.c1215 struct perf_evsel *evsel, bool full_paths,
1234 if (full_paths)
1356 bool full_paths, int min_pcnt, int max_lines)
1374 symbol__annotate_printf(sym, map, evsel, full_paths,
1214 symbol__annotate_printf(struct symbol *sym, struct map *map, struct perf_evsel *evsel, bool full_paths, int min_pcnt, int max_lines, int context) argument
1354 symbol__tty_annotate(struct symbol *sym, struct map *map, struct perf_evsel *evsel, bool print_lines, bool full_paths, int min_pcnt, int max_lines) argument

Completed in 85 milliseconds