Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/util/
H A Drecord.h14 struct record_opts { struct
15 struct target target;
16 bool inherit_stat;
18 bool no_inherit;
20 bool no_samples;
31 bool period;
43 bool all_user;
52 bool kcore;
54 bool build_id;
55 unsigned int freq;
[all …]
H A Dtop.h23 struct record_opts record_opts; member