aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/perf.h
diff options
context:
space:
mode:
authorKan Liang <kan.liang@intel.com>2015-07-29 05:42:12 -0400
committerArnaldo Carvalho de Melo <acme@redhat.com>2015-07-29 16:18:45 -0300
commitc421e80b1073e2ed58842ee6ee493386ace2d9eb (patch)
tree47eaa8a3ed5684a3506f73f7bf33eb118dcabf58 /tools/perf/perf.h
parentperf tools: Force period term to overload global settings (diff)
downloadwireguard-linux-c421e80b1073e2ed58842ee6ee493386ace2d9eb.tar.xz
wireguard-linux-c421e80b1073e2ed58842ee6ee493386ace2d9eb.zip
perf tools: Introduce callgraph_set for callgraph option
Introduce callgraph_set to indicate whether the callgraph option was set by user. Signed-off-by: Kan Liang <kan.liang@intel.com> Cc: Andi Kleen <ak@linux.intel.com> Cc: Jiri Olsa <jolsa@kernel.org> Cc: Namhyung Kim <namhyung@kernel.org> Link: http://lkml.kernel.org/r/1438162936-59698-4-git-send-email-kan.liang@intel.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/perf.h')
-rw-r--r--tools/perf/perf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/perf.h b/tools/perf/perf.h
index cf459f89fc9b..cccb4cf575d3 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 sample_time_set;
+ bool callgraph_set;
bool period;
bool sample_intr_regs;
bool running_time;