summaryrefslogtreecommitdiffstats
path: root/tools/perf/tests/dwarf-unwind.c
Commit message (Expand)AuthorAgeFilesLines
* perf tests: Fix dwarf unwind for stripped binariesJiri Olsa2018-02-161-16/+30
* perf unwind: Do not look just at the global callchain_param.record_modeArnaldo Carvalho de Melo2018-01-171-0/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* perf tests: Fix compile when libunwind's unwind.h is availableMilian Wolff2017-09-121-1/+1
* perf test: Add 'struct test *' to the test functionsArnaldo Carvalho de Melo2017-08-111-1/+1
* tools: Adopt noinline from kernel sourcesArnaldo Carvalho de Melo2017-06-191-10/+5
* perf tools: Including missing inttypes.h headerArnaldo Carvalho de Melo2017-04-191-0/+1
* perf tests: Add dwarf unwind test for powerpcRavi Bangoria2016-09-291-1/+1
* perf tests: Forward the perf_sample in the dwarf unwind testArnaldo Carvalho de Melo2016-03-231-2/+2
* perf test: Use machine__new_host in dwarf unwind testJiri Olsa2015-12-071-6/+2
* perf test: 'unwind' test should create kernel mapsJiri Olsa2015-11-271-0/+5
* perf test: Add callchain order setup for DWARF unwinder testJiri Olsa2015-11-231-3/+19
* perf tests: Pass the subtest index to each test routineArnaldo Carvalho de Melo2015-11-191-1/+1
* perf tests: Move x86 tests into arch directoryMatt Fleming2015-10-051-0/+4
* perf tools: Configurable per thread proc map processing time outKan Liang2015-06-191-1/+1
* perf machine: Protect the machine->threads with a rwlockArnaldo Carvalho de Melo2015-05-081-0/+1
* perf test: Fix dwarf unwind using libunwind.Wang Nan2015-01-161-2/+34
* perf callchains: Use thread->mg->machineArnaldo Carvalho de Melo2014-10-291-9/+9
* perf report: Set callchain_param.record_mode for future useNamhyung Kim2014-10-151-0/+3
* Revert "perf: Disable PERF_RECORD_MMAP2 support"Don Zickus2014-06-091-1/+1
* tools: Consolidate types.hBorislav Petkov2014-05-011-1/+1
* perf machine: Factor machine__find_thread to take tid argumentJiri Olsa2014-03-141-1/+1
* perf callchain: Add mask into struct regs_dumpJiri Olsa2014-02-181-1/+1
* perf tests x86: Add dwarf unwind testJiri Olsa2014-02-181-0/+144