aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/callchain.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-12perf callchain: Use pthread keys for tls callchain_cursorGravatar Ian Rogers 1-2/+43
2023-06-12perf map/maps/thread: Changes to reference countingGravatar Ian Rogers 1-6/+22
2023-04-06perf map: Changes to reference countingGravatar Ian Rogers 1-4/+5
2023-04-06tools: Rename __fallthrough to fallthroughGravatar Liam Howlett 1-2/+2
2023-04-04perf map: Add accessor for dsoGravatar Ian Rogers 1-3/+3
2023-04-04perf maps: Add functions to access mapsGravatar Ian Rogers 1-4/+5
2022-10-04perf callchain: Remove unneeded 'result' variableGravatar ye xingchen 1-10/+2
2022-07-12perf record: Allow to specify max stack depth of fp callchainGravatar Namhyung Kim 1-6/+12
2022-02-14perf maps: Use a pointer for kmapsGravatar Ian Rogers 1-1/+1
2021-12-21perf callchain: Enable dwarf_callchain_users on arm64Gravatar Alexandre Truong 1-1/+13
2021-03-23perf tools: Fix various typos in commentsGravatar Ingo Molnar 1-1/+1
2020-10-14perf streams: Report hot streamsGravatar Jin Yao 1-0/+13
2020-10-14perf streams: Calculate the sum of total streams hitsGravatar Jin Yao 1-0/+32
2020-10-14perf streams: Compare two streamsGravatar Jin Yao 1-0/+54
2020-05-28perf callchain: Setup callchain properly in pipe modeGravatar Jiri Olsa 1-0/+14
2019-11-26perf map_symbol: Rename ms->mg to ms->mapsGravatar Arnaldo Carvalho de Melo 1-1/+1
2019-11-26perf addr_location: Rename al->mg to al->mapsGravatar Arnaldo Carvalho de Melo 1-4/+4
2019-11-12perf tools: Add a 'struct map_groups' pointer to 'struct map_symbol'Gravatar Arnaldo Carvalho de Melo 1-0/+1
2019-11-12perf callchain: Use 'struct map_symbol' in 'struct callchain_cursor_node'Gravatar Arnaldo Carvalho de Melo 1-17/+16
2019-11-12perf tools: Add map_groups to 'struct addr_location'Gravatar Arnaldo Carvalho de Melo 1-3/+3
2019-09-20perf tools: Move event synthesizing routines to separate headerGravatar Arnaldo Carvalho de Melo 1-0/+1
2019-08-31perf dsos: Move the dsos struct and its methods to separate source filesGravatar Arnaldo Carvalho de Melo 1-0/+1
2019-08-31perf debug: Remove needless include directives from debug.hGravatar Arnaldo Carvalho de Melo 1-0/+1
2019-08-29perf tools: Remove needless perf.h include directive from headersGravatar Arnaldo Carvalho de Melo 1-0/+1
2019-08-26perf sort: Remove needless headers from sort.h, provide fwd struct declsGravatar Arnaldo Carvalho de Melo 1-0/+1
2019-07-29perf evsel: Rename struct perf_evsel to struct evselGravatar Jiri Olsa 1-1/+1
2019-07-09perf tools: Use list_del_init() more thorouglyGravatar Arnaldo Carvalho de Melo 1-5/+5
2019-07-09tools lib: Adopt zalloc()/zfree() from tools/perfGravatar Arnaldo Carvalho de Melo 1-1/+1
2019-02-06perf hist: Remove symbol.h from hist.h, just fwd decls are neededGravatar Arnaldo Carvalho de Melo 1-0/+1
2019-02-06pref tools: Add missing map.h includesGravatar Arnaldo Carvalho de Melo 1-0/+1
2019-02-06perf callchain: Uninline callchain_cursor_reset() to remove map.h dependencyGravatar Arnaldo Carvalho de Melo 1-0/+15
2019-01-04perf report: Fix wrong iteration count in --branch-historyGravatar Jin Yao 1-12/+20
2018-01-17perf unwind: Do not look just at the global callchain_param.record_modeGravatar Arnaldo Carvalho de Melo 1-0/+10
2017-11-07Merge branch 'linus' into perf/core, to fix conflictsGravatar Ingo Molnar 1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-10-31perf callchain: Fix double mapping al->addr for children without self periodGravatar Namhyung Kim 1-4/+1
2017-10-25perf report: Use srcline from callchain for hist entriesGravatar Milian Wolff 1-0/+1
2017-10-25perf report: Properly handle branch count in match_chain()Gravatar Milian Wolff 1-62/+78
2017-10-24perf callchain: Compare symbol name for inlined frames when matchingGravatar Milian Wolff 1-0/+8
2017-10-24perf callchain: Mark inlined frames in output by " (inlined)" suffixGravatar Milian Wolff 1-3/+7
2017-10-24perf report: Fall-back to function name comparison for -g srclineGravatar Milian Wolff 1-8/+12
2017-10-24perf callchain: Store srcline in callchain_cursor_nodeGravatar Milian Wolff 1-22/+9
2017-10-05perf callchain: Compare dsos (as well) for CCKEY_FUNCTIONGravatar Ravi Bangoria 1-1/+5
2017-09-25perf report: Fix debug messages with --call-graph optionGravatar Mengting Zhang 1-14/+21
2017-08-30perf report: Calculate the average cycles of iterationsGravatar Jin Yao 1-26/+23
2017-07-25perf report: Tag branch type/flag on "to" and tag cycles on "from"Gravatar Jin Yao 1-43/+105
2017-07-25perf report: Make --branch-history work without callgraphs(-g) option in perf...Gravatar Jin Yao 1-3/+4
2017-07-20tools include: Adopt strstarts() from the kernelGravatar Arnaldo Carvalho de Melo 1-1/+1
2017-07-18perf report: Show branch type in callchain entryGravatar Jin Yao 1-9/+29
2017-07-18perf report: Refactor the branch info printing codeGravatar Jin Yao 1-59/+41