summaryrefslogtreecommitdiffstats
path: root/tools/perf/tests
Commit message (Expand)AuthorAgeFilesLines
* perf tools: Move perf_evsel__(alloc|free|reset)_counts into stat objectJiri Olsa2015-06-161-0/+1
* perf tools: Reference count struct dsoArnaldo Carvalho de Melo2015-06-082-3/+7
* perf tools: Deal with kernel module names in '[]' correctlyWang Nan2015-06-031-0/+72
* perf machine: Introduce machine__findnew_dso() methodArnaldo Carvalho de Melo2015-05-291-2/+1
* perf machine: No need to have two DSOs listsArnaldo Carvalho de Melo2015-05-291-1/+1
* perf tests: Remove getpgrp from mmap-basicRiku Voipio2015-05-291-4/+2
* perf tests: Aename open*.c to openat*.cRiku Voipio2015-05-294-3/+3
* perf tests: Switch from open to openatRiku Voipio2015-05-296-31/+31
* perf tools: Add ARM64 perf_regs_load to support libunwind and enable testingWang Nan2015-05-293-3/+3
* perf tools: Introduce struct mapsArnaldo Carvalho de Melo2015-05-271-1/+1
* perf tools: Use maps__first()/map__next()Arnaldo Carvalho de Melo2015-05-271-17/+17
* perf tools: Add dso__data_get/put_fd()Namhyung Kim2015-05-271-0/+11
* perf hists: Reducing arguments of hist_entry_iter__add()Namhyung Kim2015-05-273-5/+11
* perf tools: Use atomic.h for the map_groups refcountArnaldo Carvalho de Melo2015-05-151-6/+6
* perf tests: Fix map_groups refcount testArnaldo Carvalho de Melo2015-05-121-5/+12
* perf tests: Show refcounting broken expectations in thread-mg-share testArnaldo Carvalho de Melo2015-05-122-6/+15
* perf tests: Fix to get negative exit codesHe Kuang2015-05-121-1/+1
* perf machine: Protect the machine->threads with a rwlockArnaldo Carvalho de Melo2015-05-089-19/+39
* perf tools: Add build option NO_AUXTRACE to exclude AUX area tracingAdrian Hunter2015-05-051-1/+3
* perf tools: Add term support for parse_events_errorJiri Olsa2015-04-291-1/+2
* perf tools: Add parse_events_error interfaceJiri Olsa2015-04-2910-17/+17
* perf tests: Add build tests for building perf from kernel source root and toolsJiri Olsa2015-04-291-1/+13
* perf tools: Add 'I' event modifier for exclude_idle bitJiri Olsa2015-04-081-0/+40
* perf tests: Fix attr testsJiri Olsa2015-04-082-2/+2
* perf tools: Add kmod_path__parse functionJiri Olsa2015-03-214-0/+79
* perf tools: Add the bash completion for listing subsubcommands of perf testYunlong Song2015-03-191-2/+3
* perf tools: Fix perf-read-vdsox32 not building and lib64 install dirH.J. Lu2015-03-191-1/+1
* perf build: Add tests objects buildingJiri Olsa2015-02-121-0/+42
* perf tools: Make perf aware of tracefsSteven Rostedt (Red Hat)2015-02-113-4/+23
* perf tests: Do not rely on dso__data_read_offset() to open dsoNamhyung Kim2015-02-061-5/+8
* perf test: Fix dso cache testcaseNamhyung Kim2015-02-061-3/+6
* Merge branch 'perf/hw_breakpoints' into perf/coreIngo Molnar2015-01-281-0/+58
|\
| * perf tools: add hardware breakpoint bp_len test casesJacob Shin2014-12-031-0/+58
* | perf tests: Fix typo in sample-parsing.cRasmus Villemoes2015-01-221-1/+1
* | perf hists: Rename hist_entry__free to __deleteArnaldo Carvalho de Melo2015-01-212-2/+2
* | perf tools: Remove EOL whitespacesArnaldo Carvalho de Melo2015-01-213-3/+1
* | perf test: Fix dwarf unwind using libunwind.Wang Nan2015-01-161-2/+34
* | perf hists: Fix children sort key behaviorNamhyung Kim2015-01-081-32/+32
* | perf report: Show progress bar for output resortingNamhyung Kim2014-12-233-7/+7
* | perf tests: Fix attr tests size values to cope with machine state on interrup...Jiri Olsa2014-12-092-2/+2
|/
* perf test: fix typo in python testWANG Chao2014-11-191-1/+1
* perf/tests: Add interrupted state sample parsing testStephane Eranian2014-11-161-15/+40
* perf tests: Use thread->mg->machineArnaldo Carvalho de Melo2014-10-291-6/+4
* perf tests: Remove misplaced __maybe_unusedArnaldo Carvalho de Melo2014-10-291-1/+1
* perf callchains: Use thread->mg->machineArnaldo Carvalho de Melo2014-10-291-9/+9
* perf tools: A thread's machine can be found via thread->mg->machineArnaldo Carvalho de Melo2014-10-292-3/+2
* perf report: Set callchain_param.record_mode for future useNamhyung Kim2014-10-151-0/+3
* perf test: Add test case for pmu event new style formatKan Liang2014-10-151-0/+36
* perf tools: Remove hists from evselArnaldo Carvalho de Melo2014-10-141-0/+5
* perf evsel: Add hists helperArnaldo Carvalho de Melo2014-10-094-33/+41
OpenPOWER on IntegriCloud