diff options
Diffstat (limited to 'tools/perf/util/hist.h')
| -rw-r--r-- | tools/perf/util/hist.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/tools/perf/util/hist.h b/tools/perf/util/hist.h index 9928fed8bc59..d4b6514eeef5 100644 --- a/tools/perf/util/hist.h +++ b/tools/perf/util/hist.h @@ -22,6 +22,7 @@ enum hist_filter {  	HIST_FILTER__GUEST,  	HIST_FILTER__HOST,  	HIST_FILTER__SOCKET, +	HIST_FILTER__C2C,  };  enum hist_column { |