summaryrefslogtreecommitdiffstats
path: root/tools/perf/tests/hists_link.c
Commit message (Expand)AuthorAgeFilesLines
* perf hist: Use cached rbtreesDavidlohr Bueso2019-01-251-4/+4
* 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: Include errno.h where neededArnaldo Carvalho de Melo2017-04-191-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 hists: Rename __hists__add_entry to hists__add_entryJiri Olsa2016-06-211-2/+2
* perf hists: Move sort__need_collapse into struct perf_hpp_listJiri Olsa2016-05-061-2/+2
* perf machine: Rename perf_event__preprocess_sample to machine__resolveArnaldo Carvalho de Melo2016-03-231-16/+3Star
* perf tools: Add cpumode to struct perf_sampleArnaldo Carvalho de Melo2016-03-231-0/+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 hist: Pass struct sample to __hists__add_entry()Namhyung Kim2016-01-071-3/+3
* perf tests: Pass the subtest index to each test routineArnaldo Carvalho de Melo2015-11-191-1/+1
* perf machine: Protect the machine->threads with a rwlockArnaldo Carvalho de Melo2015-05-081-2/+6
* perf tools: Add parse_events_error interfaceJiri Olsa2015-04-291-2/+2
* perf evsel: Add hists helperArnaldo Carvalho de Melo2014-10-091-8/+15
* perf tests: Define and use symbolic names for fake symbolsNamhyung Kim2014-06-011-16/+16
* perf hists: Check if accumulated when adding a hist entryNamhyung Kim2014-06-011-2/+2
* perf tests: Add a testcase for histogram output sortingNamhyung Kim2014-05-211-0/+1
* perf tests: Factor out print_hists_*()Namhyung Kim2014-05-211-28/+1Star
* perf tools: Use tid for finding threadNamhyung Kim2014-05-121-0/+2
* perf tests: Factor out fake_setup_machine()Namhyung Kim2014-04-281-139/+2Star
* perf tools: Use tid in mmap/mmap2 events to find mapsDon Zickus2014-03-181-0/+1
* perf evlist: Introduce evlist__for_each() & friendsArnaldo Carvalho de Melo2014-01-131-2/+2
* perf hists: Consolidate __hists__add_*entry()Namhyung Kim2013-11-051-3/+3
* perf tools: Add time argument on COMM settingFrederic Weisbecker2013-11-041-2/+2
* perf tools: Use an accessor to read thread commFrederic Weisbecker2013-11-041-1/+1
* perf tools: Show progress on histogram collapsingNamhyung Kim2013-10-231-1/+1
* tools/perf: Add support for record transaction flagsAndi Kleen2013-10-041-2/+4
* perf tools: Remove references to struct ip_eventAdrian Hunter2013-08-291-12/+8Star
* perf tools: change machine__findnew_thread() to set thread pidAdrian Hunter2013-08-291-1/+2
* perf tools: Remove filter parameter of perf_event__preprocess_sample()Adrian Hunter2013-08-121-2/+2
* perf tools: Add support for weight v7 (modified)Andi Kleen2013-04-011-2/+2
* perf evlist: Remove cpus and threads arguments from perf_evlist__new()Namhyung Kim2013-03-151-1/+1
* perf sort: Make setup_sorting returns an error codeNamhyung Kim2013-02-061-1/+2
* perf tools: Remove unused 'unset' parameter from parse_eventsJiri Olsa2013-01-241-2/+2
* perf machine: Introduce struct machinesArnaldo Carvalho de Melo2013-01-241-10/+7Star
* perf test: Add a test case for hists__{match,link}Namhyung Kim2013-01-241-0/+502