]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - tools/perf/perf.h
arm: imx6: defconfig: update tx6 defconfigs
[karo-tx-linux.git] / tools / perf / perf.h
index cf20187eee0a7345373dfc053c580bc1e77c4bb8..f61c230beec47f909d4c78af578346a0e96af184 100644 (file)
@@ -182,7 +182,9 @@ struct ip_callchain {
 struct branch_flags {
        u64 mispred:1;
        u64 predicted:1;
-       u64 reserved:62;
+       u64 in_tx:1;
+       u64 abort:1;
+       u64 reserved:60;
 };
 
 struct branch_entry {
@@ -218,7 +220,6 @@ struct perf_record_opts {
        bool         no_delay;
        bool         no_inherit;
        bool         no_samples;
-       bool         pipe_output;
        bool         raw_samples;
        bool         sample_address;
        bool         sample_weight;
@@ -231,6 +232,7 @@ struct perf_record_opts {
        u64          default_interval;
        u64          user_interval;
        u16          stack_dump_size;
+       bool         sample_transaction;
 };
 
 #endif