aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/tests/hists_output.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-10perf tools: Do not pass NULL to parse_events()Adrian Hunter1-1/+1
2021-11-13perf test: Rename struct test to test_suiteIan Rogers1-1/+1
2021-11-13perf test: Move each test suite struct to its testIan Rogers1-1/+3
2020-05-28perf evsel: Rename perf_evsel__resort*() to evsel__resort*()Arnaldo Carvalho de Melo1-5/+5
2019-09-25libperf: Add perf_evlist__first()/last() functionsJiri Olsa1-1/+1
2019-08-31perf dsos: Move the dsos struct and its methods to separate source filesArnaldo Carvalho de Melo1-0/+1
2019-08-29perf tools: Remove perf.h from source files not needing itArnaldo Carvalho de Melo1-1/+0
2019-07-29perf evlist: Rename perf_evlist__delete() to evlist__delete()Jiri Olsa1-1/+1
2019-07-29perf evlist: Rename perf_evlist__new() to evlist__new()Jiri Olsa1-1/+1
2019-07-29perf evlist: Rename struct perf_evlist to struct evlistJiri Olsa1-1/+1
2019-07-29perf evsel: Rename struct perf_evsel to struct evselJiri Olsa1-8/+8
2019-02-06pref tools: Add missing map.h includesArnaldo Carvalho de Melo1-0/+1
2019-01-25perf hist: Use cached rbtreesDavidlohr Bueso1-16/+16
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-11perf test: Add 'struct test *' to the test functionsArnaldo Carvalho de Melo1-1/+1
2017-04-25perf tools: Move event prototypes from util.h to event.hArnaldo Carvalho de Melo1-0/+1
2017-04-19perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is usedArnaldo Carvalho de Melo1-0/+1
2016-05-05perf hists: Move sort__need_collapse into struct perf_hpp_listJiri Olsa1-1/+1
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-5/+5
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-5/+5
2015-11-19perf tests: Pass the subtest index to each test routineArnaldo Carvalho de Melo1-1/+1
2015-05-27perf hists: Reducing arguments of hist_entry_iter__add()Namhyung Kim1-2/+4
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-1/+1
2015-01-21perf hists: Rename hist_entry__free to __deleteArnaldo Carvalho de Melo1-1/+1
2014-12-23perf report: Show progress bar for output resortingNamhyung Kim1-5/+5
2014-10-09perf evsel: Add hists helperArnaldo Carvalho de Melo1-10/+10
2014-06-01perf tests: Define and use symbolic names for fake symbolsNamhyung Kim1-10/+10
2014-06-01perf tools: Add callback function to hist_entry_iterNamhyung Kim1-1/+1
2014-06-01perf tools: Introduce struct hist_entry_iterNamhyung Kim1-4/+7
2014-05-21perf tests: Add a testcase for histogram output sortingNamhyung Kim1-0/+618