aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/tests/dwarf-unwind.c
AgeCommit message (Expand)Author
2023-06-12perf machine: Make delete_threads part of machine__exitIan Rogers
2023-01-30perf test: Fix DWARF unwind test by adding non-inline to expected function in...Naveen N. Rao
2022-04-09perf unwind: Don't show unwind error messages when augmenting frame pointer s...James Clark
2021-11-13perf test: Rename struct test to test_suiteIan Rogers
2021-11-13perf test: Move each test suite struct to its testIan Rogers
2021-11-13perf test: Make each test/suite its own struct.Ian Rogers
2021-09-27perf test: Fix DWARF unwind for optimized builds.Ian Rogers
2021-05-21perf tests: Consolidate test__arch_unwind_sample declarationRob Herring
2020-11-03perf tools: Remove broken __no_tail_call attributePeter Zijlstra
2020-06-01perf test: Initialize memory in dwarf-unwindIan Rogers
2020-06-01perf tests: Don't tail call optimize in unwind testIan Rogers
2019-11-12perf unwind: Use 'struct map_symbol' in 'struct unwind_entry'Arnaldo Carvalho de Melo
2019-09-20perf tools: Move event synthesizing routines to separate headerArnaldo Carvalho de Melo
2019-08-31perf dsos: Move the dsos struct and its methods to separate source filesArnaldo Carvalho de Melo
2019-07-09perf tools: Use zfree() where applicableArnaldo Carvalho de Melo
2019-02-06perf tools: Add missing include for symbols.hArnaldo Carvalho de Melo
2018-12-17perf tools: Allow specifying proc-map-timeout in config fileMark Drayton
2018-02-16perf tests: Fix dwarf unwind for stripped binariesJiri Olsa
2018-01-17perf unwind: Do not look just at the global callchain_param.record_modeArnaldo Carvalho de Melo
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-12perf tests: Fix compile when libunwind's unwind.h is availableMilian Wolff
2017-08-11perf test: Add 'struct test *' to the test functionsArnaldo Carvalho de Melo
2017-06-19tools: Adopt noinline from kernel sourcesArnaldo Carvalho de Melo
2017-04-19perf tools: Including missing inttypes.h headerArnaldo Carvalho de Melo
2016-09-29perf tests: Add dwarf unwind test for powerpcRavi Bangoria
2016-03-23perf tests: Forward the perf_sample in the dwarf unwind testArnaldo Carvalho de Melo
2015-12-07perf test: Use machine__new_host in dwarf unwind testJiri Olsa
2015-11-27perf test: 'unwind' test should create kernel mapsJiri Olsa
2015-11-23perf test: Add callchain order setup for DWARF unwinder testJiri Olsa
2015-11-19perf tests: Pass the subtest index to each test routineArnaldo Carvalho de Melo
2015-10-05perf tests: Move x86 tests into arch directoryMatt Fleming
2015-06-19perf tools: Configurable per thread proc map processing time outKan Liang
2015-05-08perf machine: Protect the machine->threads with a rwlockArnaldo Carvalho de Melo
2015-01-16perf test: Fix dwarf unwind using libunwind.Wang Nan
2014-10-29perf callchains: Use thread->mg->machineArnaldo Carvalho de Melo
2014-10-15perf report: Set callchain_param.record_mode for future useNamhyung Kim
2014-06-09Revert "perf: Disable PERF_RECORD_MMAP2 support"Don Zickus
2014-05-01tools: Consolidate types.hBorislav Petkov
2014-03-14perf machine: Factor machine__find_thread to take tid argumentJiri Olsa
2014-02-18perf callchain: Add mask into struct regs_dumpJiri Olsa
2014-02-18perf tests x86: Add dwarf unwind testJiri Olsa