aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/tests/hists_link.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-19perf tools: Include errno.h where neededGravatar Arnaldo Carvalho de Melo 1-0/+1
2017-04-19perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is usedGravatar Arnaldo Carvalho de Melo 1-0/+1
2016-06-23perf evlist: Rename for_each() macros to for_each_entry()Gravatar Arnaldo Carvalho de Melo 1-2/+2
2016-06-21perf hists: Rename __hists__add_entry to hists__add_entryGravatar Jiri Olsa 1-2/+2
2016-05-05perf hists: Move sort__need_collapse into struct perf_hpp_listGravatar Jiri Olsa 1-2/+2
2016-03-23perf machine: Rename perf_event__preprocess_sample to machine__resolveGravatar Arnaldo Carvalho de Melo 1-16/+3
2016-03-23perf tools: Add cpumode to struct perf_sampleGravatar Arnaldo Carvalho de Melo 1-0/+1
2016-01-11perf test: Reset err after using it hold errcode in hist testcasesGravatar Wang Nan 1-0/+1
2016-01-06perf tools: Pass evlist to setup_sorting()Gravatar Namhyung Kim 1-1/+1
2016-01-06perf hist: Pass struct sample to __hists__add_entry()Gravatar Namhyung Kim 1-3/+3
2015-11-19perf tests: Pass the subtest index to each test routineGravatar Arnaldo Carvalho de Melo 1-1/+1
2015-05-08perf machine: Protect the machine->threads with a rwlockGravatar Arnaldo Carvalho de Melo 1-2/+6
2015-04-29perf tools: Add parse_events_error interfaceGravatar Jiri Olsa 1-2/+2
2014-10-09perf evsel: Add hists helperGravatar Arnaldo Carvalho de Melo 1-8/+15
2014-06-01perf tests: Define and use symbolic names for fake symbolsGravatar Namhyung Kim 1-16/+16
2014-06-01perf hists: Check if accumulated when adding a hist entryGravatar Namhyung Kim 1-2/+2
2014-05-21perf tests: Add a testcase for histogram output sortingGravatar Namhyung Kim 1-0/+1
2014-05-21perf tests: Factor out print_hists_*()Gravatar Namhyung Kim 1-28/+1
2014-05-12perf tools: Use tid for finding threadGravatar Namhyung Kim 1-0/+2
2014-04-28perf tests: Factor out fake_setup_machine()Gravatar Namhyung Kim 1-139/+2
2014-03-18perf tools: Use tid in mmap/mmap2 events to find mapsGravatar Don Zickus 1-0/+1
2014-01-13perf evlist: Introduce evlist__for_each() & friendsGravatar Arnaldo Carvalho de Melo 1-2/+2
2013-11-04perf hists: Consolidate __hists__add_*entry()Gravatar Namhyung Kim 1-3/+3
2013-11-04perf tools: Add time argument on COMM settingGravatar Frederic Weisbecker 1-2/+2
2013-11-04perf tools: Use an accessor to read thread commGravatar Frederic Weisbecker 1-1/+1
2013-10-23perf tools: Show progress on histogram collapsingGravatar Namhyung Kim 1-1/+1
2013-10-04tools/perf: Add support for record transaction flagsGravatar Andi Kleen 1-2/+4
2013-08-29perf tools: Remove references to struct ip_eventGravatar Adrian Hunter 1-12/+8
2013-08-29perf tools: change machine__findnew_thread() to set thread pidGravatar Adrian Hunter 1-1/+2
2013-08-12perf tools: Remove filter parameter of perf_event__preprocess_sample()Gravatar Adrian Hunter 1-2/+2
2013-04-01perf tools: Add support for weight v7 (modified)Gravatar Andi Kleen 1-2/+2
2013-03-15perf evlist: Remove cpus and threads arguments from perf_evlist__new()Gravatar Namhyung Kim 1-1/+1
2013-02-06perf sort: Make setup_sorting returns an error codeGravatar Namhyung Kim 1-1/+2
2013-01-24perf tools: Remove unused 'unset' parameter from parse_eventsGravatar Jiri Olsa 1-2/+2
2013-01-24perf machine: Introduce struct machinesGravatar Arnaldo Carvalho de Melo 1-10/+7
2013-01-24perf test: Add a test case for hists__{match,link}Gravatar Namhyung Kim 1-0/+502