Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/
Dperf.h42 struct record_opts { struct
43 struct target target;
44 bool group;
45 bool inherit_stat;
46 bool no_buffering;
47 bool no_inherit;
48 bool no_inherit_set;
49 bool no_samples;
50 bool raw_samples;
51 bool sample_address;
[all …]
/linux-4.4.14/tools/perf/util/
Dtop.h17 struct record_opts record_opts; member