OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_kallsyms
(Results
1 - 4
of
4
) sorted by null
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
header.h
126
const char *name, bool
is_kallsyms
, bool is_vdso);
header.c
277
const char *name, bool
is_kallsyms
, bool is_vdso)
283
bool slash =
is_kallsyms
|| is_vdso;
285
if (
is_kallsyms
) {
307
if (
is_kallsyms
) {
327
if (!
is_kallsyms
)
336
bool
is_kallsyms
, bool is_vdso)
343
is_kallsyms
, is_vdso);
387
bool
is_kallsyms
= dso->kernel && dso->long_name[0] != '/';
local
393
is_kallsyms
= true;
398
debugdir,
is_kallsyms
, is_vdso)
[
all
...]
/external/chromium_org/third_party/skia/platform_tools/android/bin/linux/
perfhost
/external/skia/platform_tools/android/bin/linux/
perfhost
Completed in 49 milliseconds