summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/annotate.c
AgeCommit message (Expand)Author
2015-08-21perf tools: /proc/kcore requires CAP_SYS_RAWIO message too noisyAdrian Hunter
2015-08-17perf annotate: Fix 32-bit compilation error in util/annotate.cAdrian Hunter
2015-08-06perf report: Add infrastructure for a cycles histogramAndi Kleen
2015-06-19perf annotate: Rename source_line_percent to source_line_samplesArnaldo Carvalho de Melo
2015-06-19perf annotate: Display total number of samples with --show-total-periodMartin Liška
2015-05-27perf annotation: Add symbol__get_annotationAndi Kleen
2015-03-27Merge branch 'perf/urgent' into perf/core, to pick up fixes and to refresh th...Ingo Molnar
2015-03-23perf annotate: Allow annotation for decompressed kernel modulesJiri Olsa
2015-03-05perf annotate: Fix fallback to unparsed disassembler lineArnaldo Carvalho de Melo
2015-01-21perf tools: Remove EOL whitespacesArnaldo Carvalho de Melo
2015-01-21perf annotate: Fix memory leaks in LOCK handlingRabin Vincent
2015-01-21perf annotate: Handle ins parsing failuresRabin Vincent
2014-11-24perf callchain: Make get_srcline fall back to sym+offsetAndi Kleen
2014-11-19perf annotate: Support source line numbers in annotateAndi Kleen
2014-11-19perf tools: Fix annotation with kcoreAdrian Hunter
2014-10-14perf symbols: Make sym->end be the first address after the symbol rangeArnaldo Carvalho de Melo
2014-08-15perf annotate: Don't truncate Intel style addressesAlex Converse
2014-07-31perf symbols: Make sure --symfs usage includes the path separatorArnaldo Carvalho de Melo
2014-03-18perf annotate: Print the evsel name in the stdio outputArnaldo Carvalho de Melo
2014-02-24perf annotate: Check availability of annotate when processing samplesNamhyung Kim
2013-12-27perf tools: Use zfree to help detect use after free bugsArnaldo Carvalho de Melo
2013-12-27perf tools: Introduce zfreeArnaldo Carvalho de Melo
2013-12-19perf annotate: Make symbol__inc_addr_samples privateArnaldo Carvalho de Melo
2013-12-19perf annotate: Adopt methods from histsArnaldo Carvalho de Melo
2013-12-19perf annotate: Add inc_samples method to addr_map_symbolArnaldo Carvalho de Melo
2013-12-19perf annotate: Auto allocate symbol per addr hist bucketsArnaldo Carvalho de Melo
2013-12-10perf symbols: Constify dso->long_nameArnaldo Carvalho de Melo
2013-10-14perf annotate: Find kcore symbols on other mapsAdrian Hunter
2013-10-14perf symbols: Workaround objdump difficulties with kcoreAdrian Hunter
2013-10-09perf annotate: Pass dso instead of dso_name to get_srcline()Namhyung Kim
2013-10-09perf annotate: Factor out get/free_srcline()Namhyung Kim
2013-10-09perf annotate: Reuse path from the result of addr2lineNamhyung Kim
2013-09-19perf annotate: Fix objdump line parsing offset validationAdrian Hunter
2013-08-07perf annotate: Add call target name if it is missingAdrian Hunter
2013-08-07perf annotate: Remove nop at end of annotationAdrian Hunter
2013-08-07perf annotate: Allow disassembly using /proc/kcoreAdrian Hunter
2013-03-15perf annotate browser: Use disasm__calc_percent()Namhyung Kim
2013-03-15perf annotate: Support event group view for --print-lineNamhyung Kim
2013-03-15perf annotate: Factor out struct source_line_percentNamhyung Kim
2013-03-15perf evsel: Introduce perf_evsel__is_group_event() helperNamhyung Kim
2013-03-15perf annotate: Add basic support to event group viewNamhyung Kim
2013-03-15perf annotate: Cleanup disasm__calc_percent()Namhyung Kim
2013-03-15perf annotate: Factor out disasm__calc_percent()Namhyung Kim
2013-03-15perf annotate: Add a comment on the symbol__parse_objdump_line()Namhyung Kim
2013-03-15perf annotate: Pass evsel instead of evidx on annotation functionsNamhyung Kim
2013-02-14perf annotate: Fix warning message on a missing vmlinuxNamhyung Kim
2012-11-09perf annotate: Merge same lines in summary viewNamhyung Kim
2012-11-09perf annotate: Whitespace fixupsNamhyung Kim
2012-10-31perf annotate: Handle XBEGIN like a jumpAndi Kleen
2012-10-29perf tools: Move BUILD_ID_SIZE into build-id objectJiri Olsa