OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:record_opts
(Results
1 - 3
of
3
) sorted by null
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
top.h
17
struct perf_record_opts
record_opts
;
member in struct:perf_top
top.c
29
struct perf_record_opts *opts = &top->
record_opts
;
/external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-top.c
582
pos->hists.uid_filter_str = top->
record_opts
.target.uid_str;
880
struct perf_record_opts *opts = &top->
record_opts
;
933
struct perf_record_opts *opts = &top->
record_opts
;
1055
.
record_opts
= {
1066
struct perf_record_opts *opts = &top.
record_opts
;
1115
OPT_CALLBACK_NOOPT('G', NULL, &top.
record_opts
,
1118
OPT_CALLBACK(0, "call-graph", &top.
record_opts
,
Completed in 40 milliseconds