]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - tools/perf/perf.h
perf record: Default -t option to no inheritance
[mirror_ubuntu-bionic-kernel.git] / tools / perf / perf.h
index 6a587e84fdfe2a238904434a8bdbc1edec7c12b8..b23fed5275149adfb1b5f826730341ef6d63f8be 100644 (file)
@@ -248,12 +248,13 @@ enum perf_call_graph_mode {
 };
 
 struct perf_record_opts {
-       struct perf_target target;
+       struct target target;
        int          call_graph;
        bool         group;
        bool         inherit_stat;
        bool         no_delay;
        bool         no_inherit;
+       bool         no_inherit_set;
        bool         no_samples;
        bool         raw_samples;
        bool         sample_address;