aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/tests/hists_link.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-10-25libperf rc_check: Add RC_CHK_EQUALIan Rogers1-2/+2
2023-06-12perf thread: Add reference count checkingIan Rogers1-1/+1
2023-06-12perf addr_location: Add init/exit/copy functionsIan Rogers1-7/+11
2023-04-19perf map: Add reference count checkingIan Rogers1-1/+1
2023-04-06perf map: Changes to reference countingIan Rogers1-1/+17
2023-03-15perf hist: Add 'kvm_info' field in histograms entryLeo Yan1-2/+2
2022-08-10perf tools: Do not pass NULL to parse_events()Adrian Hunter1-2/+2
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
2019-09-25libperf: Add perf_evlist__first()/last() functionsJiri Olsa1-2/+2
2019-09-25perf evlist: Adopt backwards ring buffer state enumArnaldo Carvalho de Melo1-0/+1
2019-08-31perf tools: Remove needless thread.h include directivesArnaldo Carvalho de Melo1-1/+0
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-2/+2
2019-07-29perf evsel: Rename struct perf_evsel to struct evselJiri Olsa1-2/+2
2019-01-25perf hist: Use cached rbtreesDavidlohr Bueso1-4/+4
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-19perf tools: Include errno.h where neededArnaldo 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-06-23perf evlist: Rename for_each() macros to for_each_entry()Arnaldo Carvalho de Melo1-2/+2
2016-06-21perf hists: Rename __hists__add_entry to hists__add_entryJiri Olsa1-2/+2
2016-05-05perf hists: Move sort__need_collapse into struct perf_hpp_listJiri Olsa1-2/+2
2016-03-23perf machine: Rename perf_event__preprocess_sample to machine__resolveArnaldo Carvalho de Melo1-16/+3
2016-03-23perf tools: Add cpumode to struct perf_sampleArnaldo Carvalho de Melo1-0/+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
2016-01-06perf hist: Pass struct sample to __hists__add_entry()Namhyung Kim1-3/+3
2015-11-19perf tests: Pass the subtest index to each test routineArnaldo Carvalho de Melo1-1/+1
2015-05-08perf machine: Protect the machine->threads with a rwlockArnaldo Carvalho de Melo1-2/+6
2015-04-29perf tools: Add parse_events_error interfaceJiri Olsa1-2/+2
2014-10-09perf evsel: Add hists helperArnaldo Carvalho de Melo1-8/+15
2014-06-01perf tests: Define and use symbolic names for fake symbolsNamhyung Kim1-16/+16
2014-06-01perf hists: Check if accumulated when adding a hist entryNamhyung Kim1-2/+2
2014-05-21perf tests: Add a testcase for histogram output sortingNamhyung Kim1-0/+1
2014-05-21perf tests: Factor out print_hists_*()Namhyung Kim1-28/+1
2014-05-12perf tools: Use tid for finding threadNamhyung Kim1-0/+2
2014-04-28perf tests: Factor out fake_setup_machine()Namhyung Kim1-139/+2
2014-03-18perf tools: Use tid in mmap/mmap2 events to find mapsDon Zickus1-0/+1
2014-01-13perf evlist: Introduce evlist__for_each() & friendsArnaldo Carvalho de Melo1-2/+2
2013-11-04perf hists: Consolidate __hists__add_*entry()Namhyung Kim1-3/+3
2013-11-04perf tools: Add time argument on COMM settingFrederic Weisbecker1-2/+2
2013-11-04perf tools: Use an accessor to read thread commFrederic Weisbecker1-1/+1
2013-10-23perf tools: Show progress on histogram collapsingNamhyung Kim1-1/+1
2013-10-04tools/perf: Add support for record transaction flagsAndi Kleen1-2/+4
2013-08-29perf tools: Remove references to struct ip_eventAdrian Hunter1-12/+8
2013-08-29perf tools: change machine__findnew_thread() to set thread pidAdrian Hunter1-1/+2
2013-08-12perf tools: Remove filter parameter of perf_event__preprocess_sample()Adrian Hunter1-2/+2