diff options
author | Namhyung Kim <namhyung@kernel.org> | 2014-05-07 13:42:24 +0400 |
---|---|---|
committer | Jiri Olsa <jolsa@kernel.org> | 2014-05-21 13:45:37 +0400 |
commit | 1c89fe9b0447f0ce393325e51911f8073432b7b4 (patch) | |
tree | 9e2c8db963acb19364e3469711d666757aa69caa /tools/perf/util/sort.h | |
parent | cfaa154b2335d4c8efdfcb65d9b12e944d1b74a6 (diff) | |
download | linux-1c89fe9b0447f0ce393325e51911f8073432b7b4.tar.xz |
perf tools: Introduce reset_output_field()
The reset_output_field() function is for clearing output field
settings and will be used for test code in later patch.
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Link: http://lkml.kernel.org/r/1400480762-22852-19-git-send-email-namhyung@kernel.org
Signed-off-by: Jiri Olsa <jolsa@kernel.org>
Diffstat (limited to 'tools/perf/util/sort.h')
-rw-r--r-- | tools/perf/util/sort.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/util/sort.h b/tools/perf/util/sort.h index f5a831c3d0fb..5f38d925e92f 100644 --- a/tools/perf/util/sort.h +++ b/tools/perf/util/sort.h @@ -194,6 +194,7 @@ extern struct list_head hist_entry__sort_list; int setup_sorting(void); int setup_output_field(void); +void reset_output_field(void); extern int sort_dimension__add(const char *); void sort__setup_elide(FILE *fp); |