| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-10-21 | perf annotate: fix a crash when annotate the same symbol with 's' and 'T' | Tianyou Li | 1 | -0/+2 |
| 2025-09-02 | perf annotate: Use a hashmap to save type data | Namhyung Kim | 1 | -0/+2 |
| 2025-08-28 | perf annotate: Pass annotation_print_data to annotation_line__write() | Namhyung Kim | 1 | -2/+13 |
| 2025-08-28 | perf annotate: Remove __annotation_line__write() | Namhyung Kim | 1 | -1/+1 |
| 2025-08-28 | perf annotate: Rename to __hist_entry__tui_annotate() | Namhyung Kim | 1 | -12/+0 |
| 2025-06-26 | perf annotate: Fix source code annotate with objdump | Namhyung Kim | 1 | -0/+1 |
| 2025-04-10 | perf ui browser annotate: Don't show the source code view status initially | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2025-03-13 | perf annotate: Implement code + data type annotation | Namhyung Kim | 1 | -0/+1 |
| 2025-03-13 | perf annotate: Pass hist_entry to annotate functions | Namhyung Kim | 1 | -4/+3 |
| 2025-03-06 | perf annotate: Add annotation_options.disassembler_used | Athira Rajeev | 1 | -0/+1 |
| 2025-01-27 | perf annotate: Use an array for the disassembler preference | Ian Rogers | 1 | -5/+10 |
| 2025-01-18 | perf annotate: Prefer passing evsel to evsel->core.idx | Ian Rogers | 1 | -9/+11 |
| 2024-12-09 | perf disasm: Return a proper error when not determining the file type | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2024-11-13 | perf disasm: Allow configuring what disassemblers to use | Arnaldo Carvalho de Melo | 1 | -0/+6 |
| 2024-08-14 | perf annotate: Display the branch counter histogram | Kan Liang | 1 | -0/+11 |
| 2024-08-14 | perf report: Display the branch counter histogram | Kan Liang | 1 | -0/+3 |
| 2024-08-14 | perf annotate: Save branch counters for each block | Kan Liang | 1 | -1/+9 |
| 2024-08-08 | perf annotate: Cache debuginfo for data type profiling | Namhyung Kim | 1 | -0/+2 |
| 2024-08-05 | perf annotate: Use annotation__pcnt_width() consistently | Namhyung Kim | 1 | -1/+1 |
| 2024-07-31 | perf annotate: Add disasm_line__parse() to parse raw instruction for powerpc | Athira Rajeev | 1 | -1/+4 |
| 2024-04-08 | perf annotate: Move 'start' field struct to 'struct annotated_source' | Namhyung Kim | 1 | -1/+1 |
| 2024-04-08 | perf annotate: Move nr_events struct to 'struct annotated_source' | Namhyung Kim | 1 | -2/+3 |
| 2024-04-08 | perf annotate: Move 'max_jump_sources' struct to 'struct annotated_source' | Namhyung Kim | 1 | -1/+3 |
| 2024-04-08 | perf annotate: Move 'widths' struct to 'struct annotated_source' | Namhyung Kim | 1 | -10/+10 |
| 2024-04-08 | perf annotate: Get rid of offsets array | Namhyung Kim | 1 | -2/+0 |
| 2024-04-08 | perf annotate: Introduce annotated_source__get_line() | Namhyung Kim | 1 | -0/+3 |
| 2024-04-08 | perf annotate: Staticize some local functions | Namhyung Kim | 1 | -3/+0 |
| 2024-04-03 | perf annotate: Split out util/disasm.c | Namhyung Kim | 1 | -57/+3 |
| 2024-04-03 | perf annotate: Add and use ins__is_nop() | Namhyung Kim | 1 | -0/+1 |
| 2024-03-21 | perf annotate: Parse x86 segment register location | Namhyung Kim | 1 | -0/+15 |
| 2024-03-21 | perf annotate: Add annotate_get_basic_blocks() | Namhyung Kim | 1 | -0/+16 |
| 2024-03-06 | perf annotate: Add comments in the data structuresperf-tools-for-v6.9-2024-03-13 | Namhyung Kim | 1 | -7/+62 |
| 2024-03-06 | perf annotate: Remove sym_hist.addr[] array | Namhyung Kim | 1 | -3/+1 |
| 2024-03-06 | perf annotate: Calculate instruction overhead using hashmap | Namhyung Kim | 1 | -0/+11 |
| 2024-03-06 | perf annotate: Add a hashmap for symbol histogram | Namhyung Kim | 1 | -0/+2 |
| 2024-01-22 | perf annotate-data: Support global variables | Namhyung Kim | 1 | -0/+4 |
| 2024-01-22 | perf annotate-data: Handle array style accesses | Namhyung Kim | 1 | -2/+6 |
| 2023-12-23 | perf annotate: Add --insn-stat option for debugging | Namhyung Kim | 1 | -0/+8 |
| 2023-12-23 | perf annotate: Implement hist_entry__get_data_type() | Namhyung Kim | 1 | -0/+4 |
| 2023-12-23 | perf annotate: Add annotate_get_insn_location() | Namhyung Kim | 1 | -0/+36 |
| 2023-12-23 | perf annotate: Factor out evsel__get_arch() | Namhyung Kim | 1 | -0/+2 |
| 2023-12-07 | perf annotate: Get rid of local annotation options | Namhyung Kim | 1 | -1/+0 |
| 2023-12-07 | perf annotate: Remove remaining usages of local annotation options | Namhyung Kim | 1 | -3/+3 |
| 2023-12-07 | perf annotate: Ensure init/exit for global options | Namhyung Kim | 1 | -4/+4 |
| 2023-12-07 | perf ui/browser/annotate: Use global annotation_options | Namhyung Kim | 1 | -4/+2 |
| 2023-12-07 | perf annotate: Use global annotation_options | Namhyung Kim | 1 | -10/+5 |
| 2023-12-07 | perf annotate: Introduce global annotation_options | Namhyung Kim | 1 | -0/+2 |
| 2023-11-27 | perf annotate: Check if operand has multiple regs | Namhyung Kim | 1 | -0/+2 |
| 2023-11-10 | perf annotate: Move raw_comment and raw_func_start fields out of 'struct ins_... | Namhyung Kim | 1 | -2/+4 |
| 2023-11-09 | perf annotate: Move offsets array from 'struct annotation' to 'struct annotat... | Namhyung Kim | 1 | -1/+1 |
| 2023-11-09 | perf annotate: Move some source code related fields from 'struct annotation' ... | Namhyung Kim | 1 | -7/+7 |
| 2023-11-09 | perf annotate: Move max_coverage from 'struct annotation' to 'struct annotate... | Namhyung Kim | 1 | -1/+3 |
| 2023-11-09 | perf annotate: Split branch stack cycles info from 'struct annotation' | Namhyung Kim | 1 | -7/+10 |
| 2023-11-09 | perf annotate: Split branch stack cycles information out of 'struct annotatio... | Namhyung Kim | 1 | -6/+9 |
| 2023-06-20 | perf annotation: Switch lock from a mutex to a sharded_mutex | Ian Rogers | 1 | -3/+8 |
| 2023-04-04 | perf annotate: Own objdump_path and disassembler_style strings | Ian Rogers | 1 | -2/+2 |
| 2023-04-04 | perf annotate: Add init/exit to annotation_options remove default | Ian Rogers | 1 | -2/+3 |
| 2022-10-04 | perf annotate: Toggle full address <-> offset display | Namhyung Kim | 1 | -1/+3 |
| 2022-10-04 | perf annotate: Update use of pthread mutex | Ian Rogers | 1 | -2/+2 |
| 2021-11-13 | perf symbols: Factor out annotation init/exit | Ian Rogers | 1 | -0/+3 |
| 2021-03-06 | perf annotate: Show full source location with 'l' hotkey | Martin Liska | 1 | -0/+2 |
| 2021-02-11 | perf annotate: Fix jump parsing for C++ code. | Martin Liška | 1 | -0/+1 |
| 2020-05-28 | perf tools: Replace zero-length array with flexible-array | Gustavo A. R. Silva | 1 | -2/+2 |
| 2020-03-24 | perf report: Support interactive annotation of code without symbols | Jin Yao | 1 | -0/+1 |
| 2020-03-04 | perf annotate: Get rid of annotation->nr_jumps | Ravi Bangoria | 1 | -1/+0 |
| 2020-02-27 | perf annotate: Simplify disasm_line allocation and freeing code | Ravi Bangoria | 1 | -1/+0 |
| 2020-02-27 | perf annotate: Remove privsize from symbol__annotate() args | Ravi Bangoria | 1 | -1/+1 |
| 2020-02-27 | perf annotate: Make perf config effective | Ravi Bangoria | 1 | -3/+1 |
| 2020-02-27 | perf annotate: Fix --show-total-period for tui/stdio2 | Ravi Bangoria | 1 | -1/+1 |
| 2020-01-14 | perf tools: Support --prefix/--prefix-strip | Andi Kleen | 1 | -0/+5 |
| 2019-11-12 | perf annotate: Pass a 'map_symbol' in places receiving a pair of 'map' and 's... | Arnaldo Carvalho de Melo | 1 | -14/+8 |
| 2019-10-11 | perf diff: Report noisy for cycles diff | Jin Yao | 1 | -0/+2 |
| 2019-09-30 | perf annotate: Don't return -1 for error when doing BPF disassembly | Arnaldo Carvalho de Melo | 1 | -0/+2 |
| 2019-09-30 | perf annotate: Fix arch specific ->init() failure errors | Arnaldo Carvalho de Melo | 1 | -0/+2 |
| 2019-07-29 | libperf: Add nr_entries to struct perf_evlist | Jiri Olsa | 1 | -1/+1 |
| 2019-07-29 | perf evsel: Rename struct perf_evsel to struct evsel | Jiri Olsa | 1 | -13/+13 |
| 2019-03-20 | perf annotate: Enable annotation of BPF programs | Song Liu | 1 | -0/+1 |
| 2019-03-06 | perf annotate: Calculate the max instruction name, align column to that | Arnaldo Carvalho de Melo | 1 | -3/+4 |
| 2019-01-25 | perf annotate: Remove lots of headers from annotate.h | Arnaldo Carvalho de Melo | 1 | -3/+11 |
| 2018-12-17 | perf annotate: Compute average IPC and IPC coverage per symbol | Jin Yao | 1 | -0/+5 |
| 2018-08-30 | perf annotate: Fix parsing aarch64 branch instructions after objdump update | Kim Phillips | 1 | -0/+1 |
| 2018-08-08 | perf annotate: Add --percent-type option | Jiri Olsa | 1 | -0/+2 |
| 2018-08-08 | perf annotate: Add support to toggle percent type | Jiri Olsa | 1 | -0/+16 |
| 2018-08-08 | perf annotate: Pass 'struct annotation_options' to map_symbol__annotation_dump() | Jiri Olsa | 1 | -2/+4 |
| 2018-08-08 | perf annotate: Add percent_type to struct annotation_options | Jiri Olsa | 1 | -0/+1 |
| 2018-08-08 | perf annotate: Add PERCENT_PERIOD_GLOBAL percent value | Jiri Olsa | 1 | -0/+1 |
| 2018-08-08 | perf annotate: Add PERCENT_PERIOD_LOCAL percent value | Jiri Olsa | 1 | -0/+1 |
| 2018-08-08 | perf annotate: Add PERCENT_HITS_GLOBAL percent value | Jiri Olsa | 1 | -0/+1 |
| 2018-08-08 | perf annotate: Switch struct annotation_data::percent to array | Jiri Olsa | 1 | -1/+12 |
| 2018-08-08 | perf annotate: Rename struct annotation_line::samples* to data* | Jiri Olsa | 1 | -2/+2 |
| 2018-08-08 | perf annotate: Get rid of annotation__scnprintf_samples_period() | Jiri Olsa | 1 | -7/+0 |
| 2018-08-08 | perf annotate: Make annotation_line__max_percent static | Jiri Olsa | 1 | -1/+0 |
| 2018-08-08 | perf annotate: Make symbol__annotate_fprintf2() local | Jiri Olsa | 1 | -1/+0 |
| 2018-06-04 | perf annotate: Move objdump_path to struct annotation_options | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2018-06-04 | perf hists browser: Pass annotation_options from tool to browser | Arnaldo Carvalho de Melo | 1 | -3/+4 |
| 2018-06-04 | perf annotate: Move disassembler_style global to annotation_options | Arnaldo Carvalho de Melo | 1 | -2/+1 |
| 2018-06-04 | perf annotate: Adopt anotation options from symbol_conf | Arnaldo Carvalho de Melo | 1 | -1/+3 |
| 2018-06-04 | perf annotate: Pass annotation_options to symbol__annotate() | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2018-06-04 | perf annotate stdio: Use annotation_options consistently | Arnaldo Carvalho de Melo | 1 | -6/+9 |
| 2018-06-04 | perf annotate: Add comment about annotated_src->nr_histograms | Arnaldo Carvalho de Melo | 1 | -0/+4 |
| 2018-06-04 | perf annotate: Replace symbol__alloc_hists() with symbol__hists() | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2018-06-04 | perf annotate: __symbol__inc_addr_samples() needs just annotated_source | Arnaldo Carvalho de Melo | 1 | -2/+6 |
| 2018-06-04 | perf annotate: Split allocation of annotated_source struct | Arnaldo Carvalho de Melo | 1 | -3/+3 |
| 2018-06-04 | perf annotate: Pass perf_evsel instead of just evsel->idx | Arnaldo Carvalho de Melo | 1 | -2/+2 |
| 2018-05-19 | perf annotate: Create hotkey 'c' to show min/max cycles | Jin Yao | 1 | -1/+6 |
| 2018-05-18 | perf annotate: Record the min/max cycles | Jin Yao | 1 | -0/+4 |
| 2018-04-12 | perf annotate: Allow showing offsets in more than just jump targets | Arnaldo Carvalho de Melo | 1 | -0/+9 |
| 2018-04-03 | perf annotate: Introduce annotation__scnprintf_samples_period() method | Arnaldo Carvalho de Melo | 1 | -0/+12 |
| 2018-03-23 | perf annotate: Add "_local" to jump/offset validation routines | Arnaldo Carvalho de Melo | 1 | -3/+11 |
| 2018-03-21 | perf annotate: Mark jumps to outher functions with the call arrow | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2018-03-21 | perf annotate: Pass function descriptor to its instruction parsing routines | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2018-03-21 | perf annotate browser: Add 'P' hotkey to dump annotation to file | Arnaldo Carvalho de Melo | 1 | -0/+2 |
| 2018-03-21 | perf annotate: Move the default annotate options to the library | Arnaldo Carvalho de Melo | 1 | -0/+4 |
| 2018-03-21 | perf annotate: Introduce the --stdio2 output mode | Arnaldo Carvalho de Melo | 1 | -0/+5 |
| 2018-03-20 | perf annotate: Introduce annotation_line__filter() | Arnaldo Carvalho de Melo | 1 | -0/+4 |
| 2018-03-20 | perf annotate: Use a ops table for annotation_line__write() | Arnaldo Carvalho de Melo | 1 | -7/+12 |
| 2018-03-20 | perf annotate: Finish the generalization of annotate_browser__write() | Arnaldo Carvalho de Melo | 1 | -5/+8 |
| 2018-03-20 | perf annotate: Introduce annotation_line__print_start() out of TUI code | Arnaldo Carvalho de Melo | 1 | -0/+5 |
| 2018-03-20 | perf annotate: Introduce annotation_line__max_percent() | Arnaldo Carvalho de Melo | 1 | -0/+3 |
| 2018-03-20 | perf annotate: Introduce symbol__annotate2 method | Arnaldo Carvalho de Melo | 1 | -0/+4 |
| 2018-03-20 | perf annotate: Introduce init_column_widths() method out of TUI code | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2018-03-20 | perf annotate: Move update_column_widths() to the generic lib | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2018-03-20 | perf annotate: Move the column widths from the TUI to generic lib | Arnaldo Carvalho de Melo | 1 | -0/+7 |
| 2018-03-20 | perf annotate: Introduce set_offsets() method out of TUI code | Arnaldo Carvalho de Melo | 1 | -0/+3 |
| 2018-03-20 | perf annotate: Move nr_{asm_}entries to struct annotation | Arnaldo Carvalho de Melo | 1 | -0/+2 |
| 2018-03-20 | perf annotate: Move 'start' to struct annotation | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2018-03-20 | perf annotate: Nuke struct browser_line | Arnaldo Carvalho de Melo | 1 | -0/+2 |
| 2018-03-20 | perf annotate: Move mark_jump_targets from the TUI to the annotation library | Arnaldo Carvalho de Melo | 1 | -0/+4 |
| 2018-03-20 | perf annotate: Move nr_jumps to struct annotation | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2018-03-20 | perf annotate: Move max_jump_sources to struct annotation | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2018-03-20 | perf annotate: Move pcnt_with() to the annotation library | Arnaldo Carvalho de Melo | 1 | -0/+5 |
| 2018-03-20 | perf annotate: Stop using a global config struct | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2018-03-20 | perf annotate: Move nr_events from annotate_browser to annotation struct | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2018-03-20 | perf annotate: Move compute_ipc() to annotation library | Arnaldo Carvalho de Melo | 1 | -0/+2 |
| 2018-03-20 | perf annotate: Move annotation_line array from TUI to generic code | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2018-03-20 | perf annotate tui: Move have_cycles to struct annotation | Arnaldo Carvalho de Melo | 1 | -0/+6 |
| 2018-03-20 | perf annotate: Move cycles/IPC formatting width constants outside TUI | Arnaldo Carvalho de Melo | 1 | -0/+3 |
| 2018-03-20 | perf annotate: Move annotation_options out of the TUI browser | Arnaldo Carvalho de Melo | 1 | -0/+10 |
| 2018-03-05 | perf annotate: Find 'call' instruction target symbol at parsing time | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2017-12-27 | perf annotate: Get the cpuid from evsel->evlist->env in symbol__annotate() | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2017-11-17 | perf tools: Change (symbol|annotation)__calc_percent return type to void | Jiri Olsa | 1 | -1/+1 |
| 2017-11-16 | perf annotate: Remove struct source_line | Jiri Olsa | 1 | -14/+0 |
| 2017-11-16 | perf annotate: Remove disasm__calc_percent function | Jiri Olsa | 1 | -2/+0 |
| 2017-11-16 | perf annotate: Add symbol__calc_lines function | Jiri Olsa | 1 | -0/+2 |
| 2017-11-16 | perf annotate: Add symbol__calc_percent function | Jiri Olsa | 1 | -0/+1 |
| 2017-11-13 | perf annotate: Add samples into struct annotation_line | Jiri Olsa | 1 | -5/+12 |
| 2017-11-13 | perf annotate: Add annotated_source__purge function | Jiri Olsa | 1 | -1/+1 |
| 2017-11-13 | perf annotate: Add annotation_line__(new|delete) functions | Jiri Olsa | 1 | -1/+9 |
| 2017-11-13 | perf annotate: Move rb_node to struct annotation_line | Jiri Olsa | 1 | -0/+1 |
| 2017-11-13 | perf annotate: Add annotation_line__next function | Jiri Olsa | 1 | -1/+2 |
| 2017-11-13 | perf annotate: Add evsel into struct annotation_line_args | Jiri Olsa | 1 | -1/+1 |
| 2017-11-13 | perf annotate: Add symbol__annotate function | Jiri Olsa | 1 | -3/+3 |
| 2017-11-13 | perf annotate: Move ipc/cycles into annotation_line struct | Jiri Olsa | 1 | -2/+2 |
| 2017-11-13 | perf annotate: Move line/offset into annotation_line struct | Jiri Olsa | 1 | -3/+3 |
| 2017-11-13 | perf annotate: Add annotation_line struct | Jiri Olsa | 1 | -8/+12 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
| 2017-07-21 | perf annotate: Store the sample period in each histogram bucket | Taeung Song | 1 | -0/+1 |
| 2017-07-21 | perf hists: Pass perf_sample to __symbol__inc_addr_samples() | Taeung Song | 1 | -2/+4 |
| 2017-07-21 | perf annotate: Rename 'sum' to 'nr_samples' in struct sym_hist | Taeung Song | 1 | -1/+1 |
| 2017-07-21 | perf annotate: Introduce struct sym_hist_entry | Taeung Song | 1 | -2/+7 |
| 2017-07-18 | perf annotate: Implement visual marker for macro fusion | Jin Yao | 1 | -0/+1 |
| 2017-07-18 | perf annotate: Check for fused instructions | Jin Yao | 1 | -1/+2 |
| 2017-06-19 | perf annotate: Return arch from symbol__disassemble() and save it in browser | Jin Yao | 1 | -1/+3 |
| 2017-04-04 | perf annotate: Fix missing number of samples for source_line_samples | Taeung Song | 1 | -1/+1 |
| 2016-12-15 | perf annotate: Fix jump target outside of function address range | Ravi Bangoria | 1 | -2/+3 |
| 2016-11-25 | perf annotate: Remove duplicate 'name' field from disasm_line | Arnaldo Carvalho de Melo | 1 | -9/+8 |
| 2016-11-17 | perf annotate: Start supporting cross arch annotation | Arnaldo Carvalho de Melo | 1 | -2/+4 |
| 2016-09-20 | perf annotate: Pass the symbol's map/dso to the instruction parsers | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2016-09-08 | perf annotate: Add branch stack / basic block | Peter Zijlstra | 1 | -0/+1 |
| 2016-08-30 | perf annotate: Initialize the priv are in symbol__new() | Arnaldo Carvalho de Melo | 1 | -1/+0 |
| 2016-08-01 | perf annotate: Introduce strerror for handling symbol__disassemble() errors | Arnaldo Carvalho de Melo | 1 | -0/+20 |
| 2016-08-01 | perf annotate: Rename symbol__annotate() to symbol__disassemble() | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2016-06-27 | perf annotate: Generalize handling of 'ret' instructions | Naveen N. Rao | 1 | -0/+1 |
| 2016-06-27 | perf annotate: Remove unused hist_entry__annotate function | Ravi Bangoria | 1 | -2/+0 |
| 2016-03-23 | perf tools: Remove misplaced __maybe_unused | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2015-10-05 | perf annotate: Fix sizeof_sym_hist overflow issue | Jiri Olsa | 1 | -1/+1 |
| 2015-08-06 | perf annotate: Compute IPC and basic block cycles | Andi Kleen | 1 | -0/+2 |
| 2015-08-06 | perf report: Add infrastructure for a cycles histogram | Andi Kleen | 1 | -0/+17 |
| 2015-06-19 | perf annotate: Rename source_line_percent to source_line_samples | Arnaldo Carvalho de Melo | 1 | -3/+3 |
| 2015-06-19 | perf annotate: Display total number of samples with --show-total-period | Martin Liška | 1 | -1/+2 |
| 2015-01-16 | perf tools: Fix segfault for symbol annotation on TUI | Namhyung Kim | 1 | -7/+1 |
| 2014-11-19 | perf annotate: Support source line numbers in annotate | Andi Kleen | 1 | -0/+1 |
| 2014-05-01 | tools: Consolidate types.h | Borislav Petkov | 1 | -1/+1 |
| 2014-02-24 | perf annotate: Check availability of annotate when processing samples | Namhyung Kim | 1 | -0/+2 |
| 2013-12-19 | perf annotate: Make symbol__inc_addr_samples private | Arnaldo Carvalho de Melo | 1 | -3/+0 |
| 2013-12-19 | perf annotate: Adopt methods from hists | Arnaldo Carvalho de Melo | 1 | -0/+5 |
| 2013-12-19 | perf annotate: Add inc_samples method to addr_map_symbol | Arnaldo Carvalho de Melo | 1 | -0/+3 |
| 2013-10-09 | perf tools: Separate out GTK codes to libperf-gtk.so | Namhyung Kim | 1 | -24/+0 |
| 2013-10-09 | tools/perf: Standardize feature support define names to: HAVE_{FEATURE}_SUPPORT | Ingo Molnar | 1 | -2/+2 |
| 2013-04-01 | perf tools: Remove dependency on libnewt | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2013-03-15 | perf annotate browser: Use disasm__calc_percent() | Namhyung Kim | 1 | -0/+4 |
| 2013-03-15 | perf annotate: Support event group view for --print-line | Namhyung Kim | 1 | -0/+1 |
| 2013-03-15 | perf annotate: Factor out struct source_line_percent | Namhyung Kim | 1 | -2/+6 |
| 2013-03-15 | perf annotate: Pass evsel instead of evidx on annotation functions | Namhyung Kim | 1 | -17/+19 |
| 2013-02-14 | perf gtk/annotate: Support multiple event annotation | Namhyung Kim | 1 | -0/+4 |
| 2013-02-14 | perf ui/gtk: Implement basic GTK2 annotation browser | Namhyung Kim | 1 | -0/+20 |
| 2012-11-09 | perf annotate: Merge same lines in summary view | Namhyung Kim | 1 | -0/+1 |
| 2012-11-05 | perf tools: Introduce struct hist_browser_timer | Namhyung Kim | 1 | -4/+4 |
| 2012-10-24 | perf tools: Try to find cross-built objdump path | Irina Tirdea | 1 | -1/+0 |
| 2012-10-02 | perf tools: Convert to NEWT_SUPPORT | Namhyung Kim | 1 | -4/+4 |