summaryrefslogtreecommitdiff
path: root/tools/perf/util/callchain.c
AgeCommit message (Expand)Author
2024-09-10perf callchain: Allow symbols to be optional when resolving a callchainIan Rogers
2024-08-13perf callchain: Add a for_each callback style APIIan Rogers
2024-07-26perf tool: fix dereferencing NULL al->mapsCasey Chen
2024-05-07perf callchain: Use zfree() to avoid possibly accessing dangling pointersArnaldo Carvalho de Melo
2024-05-06perf dso: Add reference count checking and accessor functionsIan Rogers
2024-02-12perf maps: Hide maps internalsIan Rogers
2023-10-27perf callchain: Fix spelling mistake "statisitcs" -> "statistics"Colin Ian King
2023-10-25perf mem_info: Add and use map_symbol__exit and addr_map_symbol__exitIan Rogers
2023-10-25perf callchain: Make brtype_stat in callchain_list optionalIan Rogers
2023-10-25perf callchain: Make display use of branch_type_stat constIan Rogers
2023-10-25libperf rc_check: Add RC_CHK_EQUALIan Rogers
2023-06-12perf callchain: Use pthread keys for tls callchain_cursorIan Rogers
2023-06-12perf map/maps/thread: Changes to reference countingIan Rogers
2023-04-06perf map: Changes to reference countingIan Rogers
2023-04-06tools: Rename __fallthrough to fallthroughLiam Howlett
2023-04-04perf map: Add accessor for dsoIan Rogers
2023-04-04perf maps: Add functions to access mapsIan Rogers
2022-10-04perf callchain: Remove unneeded 'result' variableye xingchen
2022-07-12perf record: Allow to specify max stack depth of fp callchainNamhyung Kim
2022-02-14perf maps: Use a pointer for kmapsIan Rogers
2021-12-21perf callchain: Enable dwarf_callchain_users on arm64Alexandre Truong
2021-03-23perf tools: Fix various typos in commentsIngo Molnar
2020-10-14perf streams: Report hot streamsJin Yao
2020-10-14perf streams: Calculate the sum of total streams hitsJin Yao
2020-10-14perf streams: Compare two streamsJin Yao
2020-05-28perf callchain: Setup callchain properly in pipe modeJiri Olsa
2019-11-26perf map_symbol: Rename ms->mg to ms->mapsArnaldo Carvalho de Melo
2019-11-26perf addr_location: Rename al->mg to al->mapsArnaldo Carvalho de Melo
2019-11-12perf tools: Add a 'struct map_groups' pointer to 'struct map_symbol'Arnaldo Carvalho de Melo
2019-11-12perf callchain: Use 'struct map_symbol' in 'struct callchain_cursor_node'Arnaldo Carvalho de Melo
2019-11-12perf tools: Add map_groups to 'struct addr_location'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-08-31perf debug: Remove needless include directives from debug.hArnaldo Carvalho de Melo
2019-08-29perf tools: Remove needless perf.h include directive from headersArnaldo Carvalho de Melo
2019-08-26perf sort: Remove needless headers from sort.h, provide fwd struct declsArnaldo Carvalho de Melo
2019-07-29perf evsel: Rename struct perf_evsel to struct evselJiri Olsa
2019-07-09perf tools: Use list_del_init() more thorouglyArnaldo Carvalho de Melo
2019-07-09tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo
2019-02-06perf hist: Remove symbol.h from hist.h, just fwd decls are neededArnaldo Carvalho de Melo
2019-02-06pref tools: Add missing map.h includesArnaldo Carvalho de Melo
2019-02-06perf callchain: Uninline callchain_cursor_reset() to remove map.h dependencyArnaldo Carvalho de Melo
2019-01-04perf report: Fix wrong iteration count in --branch-historyJin Yao
2018-01-17perf unwind: Do not look just at the global callchain_param.record_modeArnaldo Carvalho de Melo
2017-11-07Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-31perf callchain: Fix double mapping al->addr for children without self periodNamhyung Kim
2017-10-25perf report: Use srcline from callchain for hist entriesMilian Wolff
2017-10-25perf report: Properly handle branch count in match_chain()Milian Wolff
2017-10-24perf callchain: Compare symbol name for inlined frames when matchingMilian Wolff