aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/tests/hists_filter.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-06-23perf evlist: Rename for_each() macros to for_each_entry()Arnaldo Carvalho de Melo1-2/+2
2016-04-27perf tools: Set the maximum allowed stack from /proc/sys/kernel/perf_event_max_stackArnaldo Carvalho de Melo1-1/+1
2016-03-23perf machine: Rename perf_event__preprocess_sample to machine__resolveArnaldo Carvalho de Melo1-7/+1
2016-03-23perf tools: Add cpumode to struct perf_sampleArnaldo Carvalho de Melo1-0/+1
2016-02-03perf hists: Introduce perf_evsel__output_resort functionJiri Olsa1-1/+1
2016-01-11perf test: Reset err after using it hold errcode in hist testcasesWang Nan1-0/+1
2016-01-06perf tools: Pass evlist to setup_sorting()Namhyung Kim1-1/+1
2015-11-19perf tests: Pass the subtest index to each test routineArnaldo Carvalho de Melo1-1/+1
2015-09-14perf test: Add entry for hists socket filterKan Liang1-10/+45
2015-05-27perf hists: Reducing arguments of hist_entry_iter__add()Namhyung Kim1-1/+3
2015-05-08perf machine: Protect the machine->threads with a rwlockArnaldo Carvalho de Melo1-1/+3
2015-04-29perf tools: Add parse_events_error interfaceJiri Olsa1-2/+2
2014-12-23perf report: Show progress bar for output resortingNamhyung Kim1-1/+1
2014-10-29perf tests: Remove misplaced __maybe_unusedArnaldo Carvalho de Melo1-1/+1
2014-10-09perf evsel: Add hists helperArnaldo Carvalho de Melo1-11/+12
2014-06-01perf tests: Define and use symbolic names for fake symbolsNamhyung Kim1-12/+11
2014-06-01perf tools: Add callback function to hist_entry_iterNamhyung Kim1-1/+1
2014-06-01perf tools: Introduce struct hist_entry_iterNamhyung Kim1-7/+9
2014-06-01perf tools: Introduce hists__inc_nr_samples()Namhyung Kim1-3/+1
2014-05-21perf tests: Add a testcase for histogram output sortingNamhyung Kim1-0/+1
2014-05-21perf tests: Factor out print_hists_*()Namhyung Kim1-32/+5
2014-05-12perf tools: Use tid for finding threadNamhyung Kim1-0/+1
2014-04-28perf tests: Add a test case for hists filteringNamhyung Kim1-0/+315