aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/tests/hists_output.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-11perf test: Add 'struct test *' to the test functionsGravatar Arnaldo Carvalho de Melo 1-1/+1
2017-04-25perf tools: Move event prototypes from util.h to event.hGravatar Arnaldo Carvalho de Melo 1-0/+1
2017-04-19perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is usedGravatar Arnaldo Carvalho de Melo 1-0/+1
2016-05-05perf hists: Move sort__need_collapse into struct perf_hpp_listGravatar Jiri Olsa 1-1/+1
2016-04-27perf tools: Set the maximum allowed stack from /proc/sys/kernel/perf_event_ma...Gravatar Arnaldo Carvalho de Melo 1-1/+1
2016-03-23perf machine: Rename perf_event__preprocess_sample to machine__resolveGravatar Arnaldo Carvalho de Melo 1-7/+1
2016-03-23perf tools: Add cpumode to struct perf_sampleGravatar Arnaldo Carvalho de Melo 1-0/+1
2016-02-03perf hists: Introduce perf_evsel__output_resort functionGravatar Jiri Olsa 1-5/+5
2016-01-11perf test: Reset err after using it hold errcode in hist testcasesGravatar Wang Nan 1-0/+1
2016-01-06perf tools: Pass evlist to setup_sorting()Gravatar Namhyung Kim 1-5/+5
2015-11-19perf tests: Pass the subtest index to each test routineGravatar Arnaldo Carvalho de Melo 1-1/+1
2015-05-27perf hists: Reducing arguments of hist_entry_iter__add()Gravatar Namhyung Kim 1-2/+4
2015-05-08perf machine: Protect the machine->threads with a rwlockGravatar Arnaldo Carvalho de Melo 1-1/+3
2015-04-29perf tools: Add parse_events_error interfaceGravatar Jiri Olsa 1-1/+1
2015-01-21perf hists: Rename hist_entry__free to __deleteGravatar Arnaldo Carvalho de Melo 1-1/+1
2014-12-23perf report: Show progress bar for output resortingGravatar Namhyung Kim 1-5/+5
2014-10-09perf evsel: Add hists helperGravatar Arnaldo Carvalho de Melo 1-10/+10
2014-06-01perf tests: Define and use symbolic names for fake symbolsGravatar Namhyung Kim 1-10/+10
2014-06-01perf tools: Add callback function to hist_entry_iterGravatar Namhyung Kim 1-1/+1
2014-06-01perf tools: Introduce struct hist_entry_iterGravatar Namhyung Kim 1-4/+7
2014-05-21perf tests: Add a testcase for histogram output sortingGravatar Namhyung Kim 1-0/+618