aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/callchain.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-26perf map_symbol: Rename ms->mg to ms->mapsArnaldo Carvalho de Melo1-1/+1
2019-11-26perf addr_location: Rename al->mg to al->mapsArnaldo Carvalho de Melo1-4/+4
2019-11-12perf tools: Add a 'struct map_groups' pointer to 'struct map_symbol'Arnaldo Carvalho de Melo1-0/+1
2019-11-12perf callchain: Use 'struct map_symbol' in 'struct callchain_cursor_node'Arnaldo Carvalho de Melo1-17/+16
2019-11-12perf tools: Add map_groups to 'struct addr_location'Arnaldo Carvalho de Melo1-3/+3
2019-09-20perf tools: Move event synthesizing routines to separate headerArnaldo Carvalho de Melo1-0/+1
2019-08-31perf dsos: Move the dsos struct and its methods to separate source filesArnaldo Carvalho de Melo1-0/+1
2019-08-31perf debug: Remove needless include directives from debug.hArnaldo Carvalho de Melo1-0/+1
2019-08-29perf tools: Remove needless perf.h include directive from headersArnaldo Carvalho de Melo1-0/+1
2019-08-26perf sort: Remove needless headers from sort.h, provide fwd struct declsArnaldo Carvalho de Melo1-0/+1
2019-07-29perf evsel: Rename struct perf_evsel to struct evselJiri Olsa1-1/+1
2019-07-09perf tools: Use list_del_init() more thorouglyArnaldo Carvalho de Melo1-5/+5
2019-07-09tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo1-1/+1
2019-02-06perf hist: Remove symbol.h from hist.h, just fwd decls are neededArnaldo Carvalho de Melo1-0/+1
2019-02-06pref tools: Add missing map.h includesArnaldo Carvalho de Melo1-0/+1
2019-02-06perf callchain: Uninline callchain_cursor_reset() to remove map.h dependencyArnaldo Carvalho de Melo1-0/+15
2019-01-04perf report: Fix wrong iteration count in --branch-historyJin Yao1-12/+20
2018-01-17perf unwind: Do not look just at the global callchain_param.record_modeArnaldo Carvalho de Melo1-0/+10
2017-11-07Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-31perf callchain: Fix double mapping al->addr for children without self periodNamhyung Kim1-4/+1
2017-10-25perf report: Use srcline from callchain for hist entriesMilian Wolff1-0/+1
2017-10-25perf report: Properly handle branch count in match_chain()Milian Wolff1-62/+78
2017-10-24perf callchain: Compare symbol name for inlined frames when matchingMilian Wolff1-0/+8
2017-10-24perf callchain: Mark inlined frames in output by " (inlined)" suffixMilian Wolff1-3/+7
2017-10-24perf report: Fall-back to function name comparison for -g srclineMilian Wolff1-8/+12
2017-10-24perf callchain: Store srcline in callchain_cursor_nodeMilian Wolff1-22/+9
2017-10-05perf callchain: Compare dsos (as well) for CCKEY_FUNCTIONRavi Bangoria1-1/+5
2017-09-25perf report: Fix debug messages with --call-graph optionMengting Zhang1-14/+21
2017-08-30perf report: Calculate the average cycles of iterationsJin Yao1-26/+23
2017-07-25perf report: Tag branch type/flag on "to" and tag cycles on "from"Jin Yao1-43/+105
2017-07-25perf report: Make --branch-history work without callgraphs(-g) option in perf recordJin Yao1-3/+4
2017-07-20tools include: Adopt strstarts() from the kernelArnaldo Carvalho de Melo1-1/+1
2017-07-18perf report: Show branch type in callchain entryJin Yao1-9/+29
2017-07-18perf report: Refactor the branch info printing codeJin Yao1-59/+41
2017-05-24perf report: Don't crash on invalid maps in `-g srcline` modeMilian Wolff1-4/+9
2017-04-24perf callchain: Move callchain specific routines from util.[ch]Arnaldo Carvalho de Melo1-0/+103
2017-04-19perf tools: Including missing inttypes.h headerArnaldo Carvalho de Melo1-0/+1
2017-04-11perf callchains: Switch from strtok() to strtok_r() when parsing optionsArnaldo Carvalho de Melo1-2/+2
2017-03-28perf report: Drop cycles 0 for LBR printJin Yao1-37/+74
2017-03-27perf report: Enable sorting by srcline as keyMilian Wolff1-5/+47
2017-01-31perf callchain: Reference count mapsKrister Johansen1-2/+9
2017-01-27perf tools: Propagate perf_config() errorsArnaldo Carvalho de Melo1-2/+14
2016-12-07perf callchain: Introduce callchain_cursor__copy()Namhyung Kim1-0/+27
2016-11-14perf report: Calculate and return the branch flag countingJin Yao1-1/+188
2016-11-14perf report: Add branch flag to callchain cursor nodeJin Yao1-2/+12
2016-11-07perf callchain: Fixup help/config for no-unwindingRabin Vincent1-2/+0
2016-05-05perf hists: Move sort__has_parent into struct perf_hpp_listJiri Olsa1-1/+1
2016-04-18perf callchain: Set callchain_param.enabled when parsing --call-graphArnaldo Carvalho de Melo1-0/+2
2016-04-14perf callchain: Start moving away from global per thread cursorsArnaldo Carvalho de Melo1-2/+3