Home
last modified time | relevance | path

Searched defs:record_opts (Results 1 – 2 of 2) sorted by relevance

/tools/perf/
Dperf.h44 struct record_opts { struct
45 struct target target;
46 bool group;
47 bool inherit_stat;
48 bool no_buffering;
49 bool no_inherit;
50 bool no_inherit_set;
51 bool no_samples;
52 bool raw_samples;
53 bool sample_address;
[all …]
/tools/perf/util/
Dtop.h17 struct record_opts record_opts; member