OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:full_paths
(Results
1 - 5
of
5
) sorted by null
/external/linux-tools-perf/util/
annotate.h
98
bool
full_paths
, int min_pcnt, int max_lines,
105
bool print_lines, bool
full_paths
, int min_pcnt,
annotate.c
506
bool
full_paths
, int min_pcnt, int max_lines,
517
if (
full_paths
)
605
bool print_lines, bool
full_paths
, int min_pcnt,
631
symbol__annotate_printf(sym, map, evidx,
full_paths
,
/external/linux-tools-perf/
builtin-annotate.c
43
static bool
full_paths
;
variable
114
print_line,
full_paths
, 0, 0);
261
OPT_BOOLEAN('P', "full-paths", &
full_paths
,
android.patch
120
OPT_BOOLEAN('P', "full-paths", &
full_paths
,
[
all
...]
/external/chromium_org/native_client_sdk/src/tools/
create_nmf.py
274
full_paths
= set()
277
full_paths
.add(filename)
280
full_paths
.add(path)
282
cmd = [self.objdump, '-p'] + list(
full_paths
)
Completed in 1427 milliseconds