Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/
Dperf.h40 struct record_opts { struct
41 struct target target;
42 bool group;
43 bool inherit_stat;
44 bool no_buffering;
45 bool no_inherit;
46 bool no_inherit_set;
47 bool no_samples;
48 bool raw_samples;
49 bool sample_address;
[all …]
/Linux-v4.19/tools/perf/util/
Dtop.h19 struct record_opts record_opts; member