X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=tools%2Fperf%2Fperf.h;h=1dabb855349978de385f45690499d83f86e10580;hb=14ba9a2e4bacc6f5a0dbe0de5390daedd544508f;hp=220d44e44c1b1d4fdfafcbe546690d2534108d7f;hpb=6c880ad51b829006c5387df88967954c0e874993;p=firefly-linux-kernel-4.4.55.git diff --git a/tools/perf/perf.h b/tools/perf/perf.h index 220d44e44c1b..1dabb8553499 100644 --- a/tools/perf/perf.h +++ b/tools/perf/perf.h @@ -52,6 +52,7 @@ struct record_opts { bool sample_weight; bool sample_time; bool period; + bool sample_intr_regs; unsigned int freq; unsigned int mmap_pages; unsigned int user_freq; @@ -62,4 +63,7 @@ struct record_opts { unsigned initial_delay; }; +struct option; +extern const char * const *record_usage; +extern struct option *record_options; #endif