summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/callchain.c
Commit message (Expand)AuthorAgeFilesLines
* perf maps: Hide maps internalsIan Rogers2024-02-121-1/+1
* perf callchain: Fix spelling mistake "statisitcs" -> "statistics"Colin Ian King2023-10-271-2/+2
* perf mem_info: Add and use map_symbol__exit and addr_map_symbol__exitIan Rogers2023-10-251-18/+9
* perf callchain: Make brtype_stat in callchain_list optionalIan Rogers2023-10-251-8/+33
* perf callchain: Make display use of branch_type_stat constIan Rogers2023-10-251-3/+3
* libperf rc_check: Add RC_CHK_EQUALIan Rogers2023-10-251-1/+1
* perf callchain: Use pthread keys for tls callchain_cursorIan Rogers2023-06-121-2/+43
* perf map/maps/thread: Changes to reference countingIan Rogers2023-06-121-6/+22
* perf map: Changes to reference countingIan Rogers2023-04-061-4/+5
* tools: Rename __fallthrough to fallthroughLiam Howlett2023-04-061-2/+2
* perf map: Add accessor for dsoIan Rogers2023-04-041-3/+3
* perf maps: Add functions to access mapsIan Rogers2023-04-041-4/+5
* perf callchain: Remove unneeded 'result' variableye xingchen2022-10-041-10/+2
* perf record: Allow to specify max stack depth of fp callchainNamhyung Kim2022-07-121-6/+12
* perf maps: Use a pointer for kmapsIan Rogers2022-02-141-1/+1
* perf callchain: Enable dwarf_callchain_users on arm64Alexandre Truong2021-12-211-1/+13
* perf tools: Fix various typos in commentsIngo Molnar2021-03-231-1/+1
* perf streams: Report hot streamsJin Yao2020-10-141-0/+13
* perf streams: Calculate the sum of total streams hitsJin Yao2020-10-141-0/+32
* perf streams: Compare two streamsJin Yao2020-10-141-0/+54
* perf callchain: Setup callchain properly in pipe modeJiri Olsa2020-05-281-0/+14
* perf map_symbol: Rename ms->mg to ms->mapsArnaldo Carvalho de Melo2019-11-261-1/+1
* perf addr_location: Rename al->mg to al->mapsArnaldo Carvalho de Melo2019-11-261-4/+4
* perf tools: Add a 'struct map_groups' pointer to 'struct map_symbol'Arnaldo Carvalho de Melo2019-11-121-0/+1
* perf callchain: Use 'struct map_symbol' in 'struct callchain_cursor_node'Arnaldo Carvalho de Melo2019-11-121-17/+16
* perf tools: Add map_groups to 'struct addr_location'Arnaldo Carvalho de Melo2019-11-121-3/+3
* 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 debug: Remove needless include directives from debug.hArnaldo Carvalho de Melo2019-08-311-0/+1
* perf tools: Remove needless perf.h include directive from headersArnaldo Carvalho de Melo2019-08-291-0/+1
* perf sort: Remove needless headers from sort.h, provide fwd struct declsArnaldo Carvalho de Melo2019-08-261-0/+1
* perf evsel: Rename struct perf_evsel to struct evselJiri Olsa2019-07-291-1/+1
* perf tools: Use list_del_init() more thorouglyArnaldo Carvalho de Melo2019-07-091-5/+5
* tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo2019-07-091-1/+1
* perf hist: Remove symbol.h from hist.h, just fwd decls are neededArnaldo Carvalho de Melo2019-02-061-0/+1
* pref tools: Add missing map.h includesArnaldo Carvalho de Melo2019-02-061-0/+1
* perf callchain: Uninline callchain_cursor_reset() to remove map.h dependencyArnaldo Carvalho de Melo2019-02-061-0/+15
* perf report: Fix wrong iteration count in --branch-historyJin Yao2019-01-041-12/+20
* perf unwind: Do not look just at the global callchain_param.record_modeArnaldo Carvalho de Melo2018-01-171-0/+10
* Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar2017-11-071-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | perf callchain: Fix double mapping al->addr for children without self periodNamhyung Kim2017-10-311-4/+1
* | perf report: Use srcline from callchain for hist entriesMilian Wolff2017-10-251-0/+1
* | perf report: Properly handle branch count in match_chain()Milian Wolff2017-10-251-62/+78
* | perf callchain: Compare symbol name for inlined frames when matchingMilian Wolff2017-10-241-0/+8
* | perf callchain: Mark inlined frames in output by " (inlined)" suffixMilian Wolff2017-10-241-3/+7
* | perf report: Fall-back to function name comparison for -g srclineMilian Wolff2017-10-241-8/+12
* | perf callchain: Store srcline in callchain_cursor_nodeMilian Wolff2017-10-241-22/+9
|/
* perf callchain: Compare dsos (as well) for CCKEY_FUNCTIONRavi Bangoria2017-10-051-1/+5
* perf report: Fix debug messages with --call-graph optionMengting Zhang2017-09-251-14/+21