summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/annotate.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 251Thomas Gleixner2019-06-051-2/+1Star
* perf annotate: Remove hist__account_cycles() from callbackJin Yao2019-05-151-1/+1
* perf annotate: Fix build on 32 bit for BPF annotationThadeu Lima de Souza Cascardo2019-05-021-4/+4
* perf annotate: Enable annotation of BPF programsSong Liu2019-03-201-1/+162
* perf annotate: Calculate the max instruction name, align column to thatArnaldo Carvalho de Melo2019-03-061-28/+46
* perf annotate: Fix getting source line failureWei Li2019-02-211-2/+2
* pref tools: Add missing map.h includesArnaldo Carvalho de Melo2019-02-061-0/+1
* perf symbols: Remove some unnecessary includes from symbol.hArnaldo Carvalho de Melo2019-01-251-0/+1
* perf annotate: Pass filename to objdump via execlIvan Krylov2019-01-041-4/+4
* perf annotate: Introduce basic support for ARCEugeniy Paltsev2018-12-171-0/+5
* perf tools: Fix diverse comment typosIngo Molnar2018-12-171-1/+1
* perf annotate: Create a annotate2 flag in struct symbolJin Yao2018-12-171-0/+1
* perf annotate: Compute average IPC and IPC coverage per symbolJin Yao2018-12-171-3/+38
* perf annotate: Add Sparc supportDavid Miller2018-10-181-0/+8
* perf annotate: Fix parsing aarch64 branch instructions after objdump updateKim Phillips2018-08-301-1/+21
* perf annotate: Properly interpret indirect callMartin Liška2018-08-301-2/+8
* perf tools: Get rid of dso__needs_decompress() call in symbol__disassemble()Jiri Olsa2018-08-201-1/+3
* perf annotate: Add --percent-type optionJiri Olsa2018-08-081-0/+52
* perf annotate: Display percent type in stdio outputJiri Olsa2018-08-081-3/+6
* perf annotate: Make local period the default percent typeJiri Olsa2018-08-081-1/+1
* perf annotate: Pass 'struct annotation_options' to map_symbol__annotation_dump()Jiri Olsa2018-08-081-19/+23
* perf annotate: Pass struct annotation_options to symbol__calc_lines()Jiri Olsa2018-08-081-10/+13
* perf annotate: Add percent_type to struct annotation_optionsJiri Olsa2018-08-081-5/+8
* perf annotate: Add PERCENT_PERIOD_GLOBAL percent valueJiri Olsa2018-08-081-0/+3
* perf annotate: Add PERCENT_PERIOD_LOCAL percent valueJiri Olsa2018-08-081-0/+2
* perf annotate: Add PERCENT_HITS_GLOBAL percent valueJiri Olsa2018-08-081-1/+7
* perf annotate: Switch struct annotation_data::percent to arrayJiri Olsa2018-08-081-19/+38
* perf annotate: Loop group events directly in annotation__calc_percent()Jiri Olsa2018-08-081-5/+8
* perf annotate: Rename hist to sym_hist in annotation__calc_percentJiri Olsa2018-08-081-8/+8
* perf annotate: Rename local sample variables to dataJiri Olsa2018-08-081-20/+20
* perf annotate: Rename struct annotation_line::samples* to data*Jiri Olsa2018-08-081-26/+26
* perf annotate: Get rid of annotation__scnprintf_samples_period()Jiri Olsa2018-08-081-42/+2Star
* perf annotate: Make annotation_line__max_percent staticJiri Olsa2018-08-081-1/+2
* perf annotate: Make symbol__annotate_fprintf2() localJiri Olsa2018-08-081-1/+1
* perf annnotate: Make __symbol__inc_addr_samples handle src->histograms == NULLArnaldo Carvalho de Melo2018-06-061-0/+5
* perf annotate: Move objdump_path to struct annotation_optionsArnaldo Carvalho de Melo2018-06-041-2/+1Star
* perf annotate: Move disassembler_style global to annotation_optionsArnaldo Carvalho de Melo2018-06-041-3/+2Star
* perf annotate: Adopt anotation options from symbol_confArnaldo Carvalho de Melo2018-06-041-2/+4
* perf annotate: Pass annotation_options to symbol__annotate()Arnaldo Carvalho de Melo2018-06-041-2/+5
* perf annotate stdio: Use annotation_options consistentlyArnaldo Carvalho de Melo2018-06-041-16/+15Star
* perf annotate: Replace symbol__alloc_hists() with symbol__hists()Arnaldo Carvalho de Melo2018-06-041-19/+2Star
* perf annotate: Stop using symbol_conf.nr_events global in symbol__hists()Arnaldo Carvalho de Melo2018-06-041-3/+4
* perf annotate: Introduce symbol__cycle_hists()Arnaldo Carvalho de Melo2018-06-041-10/+14
* perf annotate: Introduce symbol__hists()Arnaldo Carvalho de Melo2018-06-041-4/+24
* perf annotate: __symbol__inc_addr_samples() needs just annotated_sourceArnaldo Carvalho de Melo2018-06-041-3/+3
* perf annotate: Introduce annotated_source__alloc_histogramsArnaldo Carvalho de Melo2018-06-041-8/+16
* perf annotate: Introduce constructor/destructor for annotated_sourceArnaldo Carvalho de Melo2018-06-041-3/+22
* perf annotate: Split allocation of annotated_source structArnaldo Carvalho de Melo2018-06-041-3/+7
* perf annotate: __symbol__acount_cycles doesn't need notesArnaldo Carvalho de Melo2018-06-041-5/+2Star
* perf annotate: Pass perf_evsel instead of just evsel->idxArnaldo Carvalho de Melo2018-06-041-6/+6