summaryrefslogtreecommitdiffstats
path: root/tools/perf/tests/dwarf-unwind.c
Commit message (Expand)AuthorAgeFilesLines
* perf machine: Make delete_threads part of machine__exitIan Rogers2023-06-121-1/+0
* perf test: Fix DWARF unwind test by adding non-inline to expected function in...Naveen N. Rao2023-01-301-2/+3
* perf unwind: Don't show unwind error messages when augmenting frame pointer s...James Clark2022-04-091-1/+1
* perf test: Rename struct test to test_suiteIan Rogers2021-11-131-1/+2
* perf test: Move each test suite struct to its testIan Rogers2021-11-131-4/+1
* perf test: Make each test/suite its own struct.Ian Rogers2021-11-131-1/+6
* perf test: Fix DWARF unwind for optimized builds.Ian Rogers2021-09-271-7/+32
* perf tests: Consolidate test__arch_unwind_sample declarationRob Herring2021-05-211-4/+0
* perf tools: Remove broken __no_tail_call attributePeter Zijlstra2020-11-031-5/+5
* perf test: Initialize memory in dwarf-unwindIan Rogers2020-06-011-0/+1
* perf tests: Don't tail call optimize in unwind testIan Rogers2020-06-011-5/+5
* perf unwind: Use 'struct map_symbol' in 'struct unwind_entry'Arnaldo Carvalho de Melo2019-11-121-1/+1
* perf tools: Move event synthesizing routines to separate headerArnaldo Carvalho de Melo2019-09-201-0/+1
* perf dsos: Move the dsos struct and its methods to separate source filesArnaldo Carvalho de Melo2019-08-311-0/+1
* perf tools: Use zfree() where applicableArnaldo Carvalho de Melo2019-07-091-2/+3
* perf tools: Add missing include for symbols.hArnaldo Carvalho de Melo2019-02-061-0/+1
* perf tools: Allow specifying proc-map-timeout in config fileMark Drayton2018-12-171-1/+1
* 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