summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/callchain.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* perf report: Calculate the average cycles of iterationsJin Yao2017-08-301-26/+23
* perf report: Tag branch type/flag on "to" and tag cycles on "from"Jin Yao2017-07-251-43/+105
* perf report: Make --branch-history work without callgraphs(-g) option in perf...Jin Yao2017-07-251-3/+4
* tools include: Adopt strstarts() from the kernelArnaldo Carvalho de Melo2017-07-201-1/+1
* perf report: Show branch type in callchain entryJin Yao2017-07-181-9/+29
* perf report: Refactor the branch info printing codeJin Yao2017-07-181-59/+41
* perf report: Don't crash on invalid maps in `-g srcline` modeMilian Wolff2017-05-241-4/+9
* perf callchain: Move callchain specific routines from util.[ch]Arnaldo Carvalho de Melo2017-04-241-0/+103
* perf tools: Including missing inttypes.h headerArnaldo Carvalho de Melo2017-04-191-0/+1
* perf callchains: Switch from strtok() to strtok_r() when parsing optionsArnaldo Carvalho de Melo2017-04-111-2/+2
* perf report: Drop cycles 0 for LBR printJin Yao2017-03-281-37/+74
* perf report: Enable sorting by srcline as keyMilian Wolff2017-03-271-5/+47
* perf callchain: Reference count mapsKrister Johansen2017-01-311-2/+9
* perf tools: Propagate perf_config() errorsArnaldo Carvalho de Melo2017-01-271-2/+14
* perf callchain: Introduce callchain_cursor__copy()Namhyung Kim2016-12-071-0/+27
* perf report: Calculate and return the branch flag countingJin Yao2016-11-141-1/+188