summaryrefslogtreecommitdiffstats
path: root/tools/perf/tests/hists_filter.c
Commit message (Expand)AuthorAgeFilesLines
* pref tools: Add missing map.h includesArnaldo Carvalho de Melo2019-02-061-0/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* perf test: Add 'struct test *' to the test functionsArnaldo Carvalho de Melo2017-08-111-1/+1
* perf tools: Move event prototypes from util.h to event.hArnaldo Carvalho de Melo2017-04-251-0/+1
* perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is usedArnaldo Carvalho de Melo2017-04-191-0/+1
* perf evlist: Rename for_each() macros to for_each_entry()Arnaldo Carvalho de Melo2016-06-231-2/+2
* perf tools: Set the maximum allowed stack from /proc/sys/kernel/perf_event_ma...Arnaldo Carvalho de Melo2016-04-271-1/+1
* perf machine: Rename perf_event__preprocess_sample to machine__resolveArnaldo Carvalho de Melo2016-03-231-7/+1Star
* perf tools: Add cpumode to struct perf_sampleArnaldo Carvalho de Melo2016-03-231-0/+1
* perf hists: Introduce perf_evsel__output_resort functionJiri Olsa2016-02-031-1/+1
* perf test: Reset err after using it hold errcode in hist testcasesWang Nan2016-01-111-0/+1
* perf tools: Pass evlist to setup_sorting()Namhyung Kim2016-01-071-1/+1
* perf tests: Pass the subtest index to each test routineArnaldo Carvalho de Melo2015-11-191-1/+1
* perf test: Add entry for hists socket filterKan Liang2015-09-141-10/+45
* perf hists: Reducing arguments of hist_entry_iter__add()Namhyung Kim2015-05-271-1/+3
* perf machine: Protect the machine->threads with a rwlockArnaldo Carvalho de Melo2015-05-081-1/+3
* perf tools: Add parse_events_error interfaceJiri Olsa2015-04-291-2/+2
* perf report: Show progress bar for output resortingNamhyung Kim2014-12-231-1/+1
* perf tests: Remove misplaced __maybe_unusedArnaldo Carvalho de Melo2014-10-291-1/+1
* perf evsel: Add hists helperArnaldo Carvalho de Melo2014-10-091-11/+12
* perf tests: Define and use symbolic names for fake symbolsNamhyung Kim2014-06-011-12/+11Star
* perf tools: Add callback function to hist_entry_iterNamhyung Kim2014-06-011-1/+1
* perf tools: Introduce struct hist_entry_iterNamhyung Kim2014-06-011-7/+9
* perf tools: Introduce hists__inc_nr_samples()Namhyung Kim2014-06-011-3/+1Star
* perf tests: Add a testcase for histogram output sortingNamhyung Kim2014-05-211-0/+1
* perf tests: Factor out print_hists_*()Namhyung Kim2014-05-211-32/+5Star
* perf tools: Use tid for finding threadNamhyung Kim2014-05-121-0/+1
* perf tests: Add a test case for hists filteringNamhyung Kim2014-04-281-0/+315