| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-10-21 | perf annotate: Skip annotating data types to lea instructions | Zecheng Li | 1 | -0/+20 |
| 2025-10-21 | perf annotate: Check return value of evsel__get_arch() properly | Tianyou Li | 1 | -1/+1 |
| 2025-10-21 | perf annotate: fix a crash when annotate the same symbol with 's' and 'T' | Tianyou Li | 1 | -1/+1 |
| 2025-10-06 | perf disasm: Remove unused evsel from 'struct annotate_args' | Ian Rogers | 1 | -1/+0 |
| 2025-09-02 | perf annotate: Use a hashmap to save type data | Namhyung Kim | 1 | -2/+27 |
| 2025-08-28 | perf annotate: Add dso__debuginfo() helper | Namhyung Kim | 1 | -3/+3 |
| 2025-08-28 | perf annotate: Hide data-type for stack operation and canary | Namhyung Kim | 1 | -2/+13 |
| 2025-08-28 | perf annotate: Add --code-with-type support for TUI | Namhyung Kim | 1 | -3/+44 |
| 2025-08-28 | perf annotate: Return printed number from disasm_line__write() | Namhyung Kim | 1 | -3/+3 |
| 2025-08-28 | perf annotate: Simplify width calculation in annotation_line__write() | Namhyung Kim | 1 | -3/+9 |
| 2025-08-28 | perf annotate: Pass annotation_print_data to annotation_line__write() | Namhyung Kim | 1 | -14/+19 |
| 2025-08-28 | perf annotate: Remove __annotation_line__write() | Namhyung Kim | 1 | -27/+19 |
| 2025-08-28 | perf annotate: Remove annotation_print_data.start | Namhyung Kim | 1 | -4/+2 |
| 2025-06-26 | perf annotate: Fix source code annotate with objdump | Namhyung Kim | 1 | -0/+2 |
| 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 | -14/+59 |
| 2025-03-13 | perf annotate: Factor out __hist_entry__get_data_type() | Namhyung Kim | 1 | -75/+95 |
| 2025-03-13 | perf annotate: Pass hist_entry to annotate functions | Namhyung Kim | 1 | -4/+7 |
| 2025-03-13 | perf annotate: Pass annotation_options to annotation_line__print() | Namhyung Kim | 1 | -8/+14 |
| 2025-03-13 | perf annotate: Remove unused len parameter from annotation_line__print() | Namhyung Kim | 1 | -6/+3 |
| 2025-01-27 | perf annotate: Use an array for the disassembler preference | Ian Rogers | 1 | -5/+71 |
| 2025-01-18 | perf annotate: Prefer passing evsel to evsel->core.idx | Ian Rogers | 1 | -17/+15 |
| 2024-11-13 | perf disasm: Allow configuring what disassemblers to use | Arnaldo Carvalho de Melo | 1 | -0/+6 |
| 2024-11-09 | perf dwarf-regs: Pass accurate disassembly machine to get_dwarf_regnum | Ian Rogers | 1 | -3/+3 |
| 2024-09-11 | perf env: Find correct branch counter info on hybrid | Kan Liang | 1 | -2/+3 |
| 2024-09-10 | perf annotate: Treat 'call' instruction as stack operation | Namhyung Kim | 1 | -0/+1 |
| 2024-08-14 | perf annotate: Display the branch counter histogram | Kan Liang | 1 | -3/+37 |
| 2024-08-14 | perf report: Display the branch counter histogram | Kan Liang | 1 | -0/+145 |
| 2024-08-14 | perf annotate: Save branch counters for each block | Kan Liang | 1 | -12/+56 |
| 2024-08-08 | perf annotate: Cache debuginfo for data type profiling | Namhyung Kim | 1 | -0/+37 |
| 2024-08-05 | perf annotate: Add --skip-empty option | Namhyung Kim | 1 | -5/+17 |
| 2024-08-05 | perf annotate: Use annotation__pcnt_width() consistently | Namhyung Kim | 1 | -9/+5 |
| 2024-08-05 | perf annotate: Set notes->src->nr_events early | Namhyung Kim | 1 | -6/+6 |
| 2024-08-05 | perf annotate: Use al->data_nr if possible | Namhyung Kim | 1 | -4/+3 |
| 2024-07-31 | perf annotate: Set instruction name to be used with insn-stat when using raw ... | Athira Rajeev | 1 | -1/+1 |
| 2024-07-31 | perf annotate: Update parameters for reg extract functions to use raw instruc... | Athira Rajeev | 1 | -3/+16 |
| 2024-05-11 | perf annotate: Fix segfault on sample histogram | Namhyung Kim | 1 | -4/+5 |
| 2024-05-07 | perf annotate: Fix memory leak in annotated_source | Ian Rogers | 1 | -0/+6 |
| 2024-05-07 | perf annotate: Fix a comment about multi_regs in extract_reg_offset function | Athira Rajeev | 1 | -1/+1 |
| 2024-05-07 | perf annotate: Use zfree() to avoid possibly accessing dangling pointers | Arnaldo Carvalho de Melo | 1 | -2/+2 |
| 2024-05-06 | perf dso: Add reference count checking and accessor functions | Ian Rogers | 1 | -9/+8 |
| 2024-04-26 | perf annotate-data: Check if 'struct annotation_source' was allocated on 'per... | Namhyung Kim | 1 | -1/+1 |
| 2024-04-22 | Merge remote-tracking branch 'torvalds/master' into perf-tools-next | Arnaldo Carvalho de Melo | 1 | -0/+3 |
| 2024-04-12 | perf report: Do not collect sample histogram unnecessarily | Namhyung Kim | 1 | -0/+7 |
| 2024-04-12 | perf annotate-data: Skip sample histogram for stack canary | Namhyung Kim | 1 | -2/+3 |
| 2024-04-12 | perf annotate: Get rid of symbol__ensure_annotate() | Namhyung Kim | 1 | -12/+2 |
| 2024-04-12 | perf annotate-data: Do not delete non-asm lines | Namhyung Kim | 1 | -25/+68 |
| 2024-04-11 | perf annotate: Make sure to call symbol__annotate2() in TUI | Namhyung Kim | 1 | -0/+3 |
| 2024-04-08 | perf annotate: Move 'start' field struct to 'struct annotated_source' | Namhyung Kim | 1 | -5/+5 |
| 2024-04-08 | perf annotate: Move nr_events struct to 'struct annotated_source' | Namhyung Kim | 1 | -3/+3 |
| 2024-04-08 | perf annotate: Move 'max_jump_sources' struct to 'struct annotated_source' | Namhyung Kim | 1 | -3/+3 |
| 2024-04-08 | perf annotate: Move 'widths' struct to 'struct annotated_source' | Namhyung Kim | 1 | -19/+22 |
| 2024-04-08 | perf annotate: Get rid of offsets array | Namhyung Kim | 1 | -23/+6 |
| 2024-04-08 | perf annotate: Check annotation lines more efficiently | Namhyung Kim | 1 | -21/+35 |
| 2024-04-08 | perf annotate: Introduce annotated_source__get_line() | Namhyung Kim | 1 | -5/+21 |
| 2024-04-08 | perf annotate: Staticize some local functions | Namhyung Kim | 1 | -3/+5 |
| 2024-04-08 | perf annotate: Fix annotation_calc_lines() to pass correct address to get_src... | Namhyung Kim | 1 | -4/+6 |
| 2024-04-03 | perf annotate: Initialize 'arch' variable not to trip some -Werror=maybe-unin... | Arnaldo Carvalho de Melo | 1 | -1/+3 |
| 2024-04-03 | perf annotate: Split out util/disasm.c | Namhyung Kim | 1 | -1600/+2 |
| 2024-04-03 | perf annotate: Add and use ins__is_nop() | Namhyung Kim | 1 | -1/+6 |
| 2024-04-03 | perf annotate: Use ins__is_xxx() if possible | Namhyung Kim | 1 | -4/+4 |
| 2024-03-21 | perf annotate-data: Add stack canary type | Namhyung Kim | 1 | -0/+25 |
| 2024-03-21 | perf annotate-data: Handle this-cpu variables in kernel | Namhyung Kim | 1 | -0/+7 |
| 2024-03-21 | perf annotate: Parse x86 segment register location | Namhyung Kim | 1 | -4/+32 |
| 2024-03-21 | perf annotate-data: Add get_global_var_type() | Namhyung Kim | 1 | -17/+4 |
| 2024-03-21 | perf annotate-data: Add update_insn_state() | Namhyung Kim | 1 | -0/+1 |
| 2024-03-21 | perf annotate: Add annotate_get_basic_blocks() | Namhyung Kim | 1 | -3/+219 |
| 2024-03-21 | perf annotate-data: Introduce 'struct data_loc_info' | Namhyung Kim | 1 | -15/+15 |
| 2024-03-06 | perf annotate: Remove sym_hist.addr[] array | Namhyung Kim | 1 | -31/+5 |
| 2024-03-06 | perf annotate: Calculate instruction overhead using hashmap | Namhyung Kim | 1 | -14/+30 |
| 2024-03-06 | perf annotate: Add a hashmap for symbol histogram | Namhyung Kim | 1 | -2/+40 |
| 2024-01-22 | perf annotate-data: Support global variables | Namhyung Kim | 1 | -2/+55 |
| 2024-01-22 | perf annotate-data: Add stack operation pseudo type | Namhyung Kim | 1 | -0/+26 |
| 2024-01-22 | perf annotate-data: Handle array style accesses | Namhyung Kim | 1 | -9/+34 |
| 2024-01-22 | perf annotate-data: Handle macro fusion on x86 | Namhyung Kim | 1 | -1/+16 |
| 2024-01-22 | perf annotate-data: Parse 'lock' prefix from llvm-objdump | Namhyung Kim | 1 | -1/+13 |
| 2023-12-23 | perf annotate: Add --insn-stat option for debugging | Namhyung Kim | 1 | -0/+38 |
| 2023-12-23 | perf annotate: Add --type-stat option for debugging | Namhyung Kim | 1 | -5/+22 |
| 2023-12-23 | perf annotate: Add --data-type option | Namhyung Kim | 1 | -4/+6 |
| 2023-12-23 | perf report: Add 'typeoff' sort key | Namhyung Kim | 1 | -0/+1 |
| 2023-12-23 | perf annotate-data: Update sample histogram for type | Namhyung Kim | 1 | -1/+8 |
| 2023-12-23 | perf annotate: Implement hist_entry__get_data_type() | Namhyung Kim | 1 | -0/+88 |
| 2023-12-23 | perf annotate: Add annotate_get_insn_location() | Namhyung Kim | 1 | -0/+107 |
| 2023-12-23 | perf annotate: Factor out evsel__get_arch() | Namhyung Kim | 1 | -13/+31 |
| 2023-12-07 | perf annotate: Get rid of local annotation options | Namhyung Kim | 1 | -2/+0 |
| 2023-12-07 | perf annotate: Remove remaining usages of local annotation options | Namhyung Kim | 1 | -1/+1 |
| 2023-12-07 | perf annotate: Ensure init/exit for global options | Namhyung Kim | 1 | -8/+11 |
| 2023-12-07 | perf annotate: Use global annotation_options | Namhyung Kim | 1 | -63/+55 |
| 2023-12-07 | perf annotate: Introduce global annotation_options | Namhyung Kim | 1 | -0/+3 |
| 2023-11-27 | perf annotate: Check if operand has multiple regs | Namhyung Kim | 1 | -0/+36 |
| 2023-11-10 | perf annotate: Move raw_comment and raw_func_start fields out of 'struct ins_... | Namhyung Kim | 1 | -4/+13 |
| 2023-11-10 | perf annotate: Pass "-l" option to objdump conditionally | Namhyung Kim | 1 | -1/+2 |
| 2023-11-09 | perf annotate: Move offsets array from 'struct annotation' to 'struct annotat... | Namhyung Kim | 1 | -10/+10 |
| 2023-11-09 | perf annotate: Move some source code related fields from 'struct annotation' ... | Namhyung Kim | 1 | -8/+9 |
| 2023-11-09 | perf annotate: Move max_coverage from 'struct annotation' to 'struct annotate... | Namhyung Kim | 1 | -1/+1 |
| 2023-11-09 | perf annotate: Split branch stack cycles info from 'struct annotation' | Namhyung Kim | 1 | -45/+54 |
| 2023-11-09 | perf annotate: Split branch stack cycles information out of 'struct annotatio... | Namhyung Kim | 1 | -17/+44 |
| 2023-08-03 | perf annotate bpf: Don't enclose non-debug code with an assert() | Arnaldo Carvalho de Melo | 1 | -3/+7 |
| 2023-06-20 | perf annotate: Fix instruction association and parsing for LoongArch | WANG Rui | 1 | -2/+6 |
| 2023-06-20 | perf annotation: Switch lock from a mutex to a sharded_mutex | Ian Rogers | 1 | -9/+57 |
| 2023-06-16 | perf annotate: Work with vmlinux outside symfs | Vincent Whitchurch | 1 | -1/+4 |
| 2023-06-12 | perf annotate: Allow whitespace between insn operands | Namhyung Kim | 1 | -1/+1 |
| 2023-06-12 | perf srcline: Change free_srcline to zfree_srcline | Ian Rogers | 1 | -1/+1 |
| 2023-06-12 | perf annotate: Fix parse_objdump_line memory leak | Ian Rogers | 1 | -1/+2 |
| 2023-06-09 | perf annotate: Handle x86 instruction suffix generally | Namhyung Kim | 1 | -0/+22 |
| 2023-05-15 | perf annotate: Parse x86 SIB addressing properly | Namhyung Kim | 1 | -0/+13 |
| 2023-05-07 | Merge tag 'perf-tools-for-v6.4-3-2023-05-06' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 1 | -29/+56 |
| 2023-05-01 | tools/perf: Add basic support for LoongArch | Huacai Chen | 1 | -0/+8 |
| 2023-04-17 | perf dso: Add dso__filename_with_chroot() to reduce number of accesses to dso... | Arnaldo Carvalho de Melo | 1 | -2/+1 |
| 2023-04-12 | perf annotate: Use zfree() to reduce chances of use after free | Arnaldo Carvalho de Melo | 1 | -1/+2 |
| 2023-04-06 | perf map: Add helper for ->map_ip() and ->unmap_ip() | Ian Rogers | 1 | -7/+7 |
| 2023-04-04 | perf map: Add accessor for start and end | Ian Rogers | 1 | -2/+2 |
| 2023-04-04 | perf map: Add accessor for dso | Ian Rogers | 1 | -8/+8 |
| 2023-04-04 | perf symbol: Add command line support for addr2line path | Ian Rogers | 1 | -0/+6 |
| 2023-04-04 | perf annotate: Allow objdump to be set in perfconfig | Ian Rogers | 1 | -0/+6 |
| 2023-04-04 | perf annotate: Own objdump_path and disassembler_style strings | Ian Rogers | 1 | -2/+8 |
| 2023-04-04 | perf annotate: Add init/exit to annotation_options remove default | Ian Rogers | 1 | -8/+17 |
| 2022-10-04 | perf annotate: Toggle full address <-> offset display | Namhyung Kim | 1 | -1/+18 |
| 2022-10-04 | perf dso: Hold lock when accessing nsinfo | Ian Rogers | 1 | -0/+2 |
| 2022-10-04 | perf annotate: Update use of pthread mutex | Ian Rogers | 1 | -7/+6 |
| 2022-08-01 | tools perf: Fix compilation error with new binutils | Andres Freund | 1 | -3/+4 |
| 2022-04-09 | perf annotate: Drop objdump stderr to avoid getting stuck waiting for stdout ... | Ian Rogers | 1 | -0/+1 |
| 2022-02-10 | perf annotate: Try chroot filename for objdump | Namhyung Kim | 1 | -0/+10 |
| 2022-02-06 | perf annotate: Set error stream of objdump process for TUI | Namhyung Kim | 1 | -0/+1 |
| 2021-11-13 | perf symbols: Factor out annotation init/exit | Ian Rogers | 1 | -0/+11 |
| 2021-11-13 | perf symbols: Bit pack to save a byte | Ian Rogers | 1 | -1/+1 |
| 2021-11-01 | perf bpf: Pull in bpf_program__get_prog_info_linear() | Dave Marchevsky | 1 | -1/+2 |
| 2021-09-27 | perf annotate: Add riscv64 support | William Cohen | 1 | -0/+5 |
| 2021-09-15 | perf annotate: Add fusion logic for AMD microarchs | Ravi Bangoria | 1 | -1/+0 |
| 2021-08-31 | perf bpf: Fix memory leaks relating to BTF. | Ian Rogers | 1 | -1/+1 |
| 2021-08-03 | perf annotate: Add disassembly warnings for annotate --stdio | James Clark | 1 | -2/+18 |
| 2021-08-02 | perf annotate: Add error log in symbol__annotate() | Li Huafei | 1 | -1/+3 |
| 2021-07-09 | libperf: Move 'idx' from tools/perf to perf_evsel::idx | Jiri Olsa | 1 | -4/+4 |
| 2021-04-20 | perf annotate: Add line number like in TUI and source location at EOL | Martin Liška | 1 | -16/+14 |
| 2021-03-06 | perf annotate: Show full source location with 'l' hotkey | Martin Liska | 1 | -2/+10 |
| 2021-03-06 | perf config: Add annotate.demangle{,_kernel} | Martin Liska | 1 | -0/+4 |
| 2021-02-11 | perf annotate: Fix jump parsing for C++ code. | Martin Liška | 1 | -0/+8 |
| 2020-11-04 | perf annotate: Move bpf header inclusion to inside HAVE_LIBBPF_SUPPORT | Arnaldo Carvalho de Melo | 1 | -4/+4 |
| 2020-11-04 | perf annotate mips: Add perf arch instructions annotate handlers | Dengcheng Zhu | 1 | -0/+8 |
| 2020-10-14 | perf tools: Pass build_id object to build_id__sprintf() | Jiri Olsa | 1 | -2/+1 |
| 2020-10-14 | perf tools: Use build_id object in dso | Jiri Olsa | 1 | -2/+2 |
| 2020-09-04 | perf annotate: Allow configuring the 'disassembler_style' knob via 'perf config' | Arnaldo Carvalho de Melo | 1 | -0/+2 |
| 2020-07-09 | perf annotate: Fix non-null terminated buffer returned by readlink() | Numfor Mbiziwo-Tiapo | 1 | -4/+11 |
| 2020-06-02 | perf tools: Remove some duplicated includes | Tiezhu Yang | 1 | -1/+0 |
| 2020-05-05 | perf evsel: Rename perf_evsel__env() to evsel__env() | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2020-05-05 | perf evsel: Rename perf_evsel__is_*() to evsel__is*() | Arnaldo Carvalho de Melo | 1 | -5/+5 |
| 2020-05-05 | perf evsel: Rename perf_evsel__group_desc() to evsel__group_desc() | Arnaldo Carvalho de Melo | 1 | -2/+2 |
| 2020-05-05 | perf evsel: Rename *perf_evsel__*name() to *evsel__*name() | Arnaldo Carvalho de Melo | 1 | -2/+2 |
| 2020-04-16 | perf annotate: Add basic support for bpf_image | Jiri Olsa | 1 | -0/+20 |
| 2020-03-04 | perf annotate: Get rid of annotation->nr_jumps | Ravi Bangoria | 1 | -2/+0 |
| 2020-02-27 | perf annotate: Fix segfault with source toggle | Ravi Bangoria | 1 | -0/+2 |
| 2020-02-27 | perf annotate: Align struct annotate_args | Ravi Bangoria | 1 | -6/+6 |
| 2020-02-27 | perf annotate: Simplify disasm_line allocation and freeing code | Ravi Bangoria | 1 | -55/+31 |
| 2020-02-27 | perf annotate: Remove privsize from symbol__annotate() args | Ravi Bangoria | 1 | -3/+4 |
| 2020-02-27 | perf annotate: Make perf config effective | Ravi Bangoria | 1 | -49/+29 |
| 2020-02-27 | perf annotate: Fix --show-nr-samples for tui/stdio2 | Ravi Bangoria | 1 | -4/+2 |
| 2020-02-27 | perf annotate: Fix --show-total-period for tui/stdio2 | Ravi Bangoria | 1 | -3/+2 |
| 2020-01-14 | perf tools: Support --prefix/--prefix-strip | Andi Kleen | 1 | -2/+17 |
| 2019-11-26 | perf maps: Rename map_groups.h to maps.h | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2019-11-26 | perf map_symbol: Rename ms->mg to ms->maps | Arnaldo Carvalho de Melo | 1 | -3/+3 |
| 2019-11-26 | perf maps: Merge 'struct maps' with 'struct map_groups' | Arnaldo Carvalho de Melo | 1 | -3/+3 |
| 2019-11-12 | perf annotate: Stop using map->groups, use map_symbol->mg instead | Arnaldo Carvalho de Melo | 1 | -3/+3 |
| 2019-11-12 | pref tools: Make 'struct addr_map_symbol' contain 'struct map_symbol' | Arnaldo Carvalho de Melo | 1 | -21/+22 |
| 2019-11-12 | perf annotate: Pass a 'map_symbol' in places receiving a pair of 'map' and 's... | Arnaldo Carvalho de Melo | 1 | -29/+27 |
| 2019-11-12 | perf map_groups: Pass the object to map_groups__find_ams() | Arnaldo Carvalho de Melo | 1 | -3/+3 |
| 2019-11-07 | perf annotate: Fix heap overflow | Ian Rogers | 1 | -1/+1 |
| 2019-10-22 | Merge tag 'perf-core-for-mingo-5.5-20191021' of git://git.kernel.org/pub/scm/... | Ingo Molnar | 1 | -64/+132 |
| 2019-10-22 | Merge branch 'perf/urgent' into perf/core, to pick up fixes | Ingo Molnar | 1 | -1/+1 |
| 2019-10-15 | perf annotate: Fix multiple memory and file descriptor leaks | Gustavo A. R. Silva | 1 | -1/+1 |
| 2019-10-15 | perf annotate: Fix objdump --no-show-raw-insn flag | Ian Rogers | 1 | -2/+2 |
| 2019-10-15 | perf annotate: Don't pipe objdump output through 'expand' command | Ian Rogers | 1 | -19/+76 |
| 2019-10-15 | perf annotate: Don't pipe objdump output through 'grep' command | Ian Rogers | 1 | -1/+8 |
| 2019-10-15 | perf annotate: Use libsubcmd's run-command.h to fork objdump | Ian Rogers | 1 | -35/+37 |
| 2019-10-15 | perf annotate: Avoid reallocation in objdump parsing | Ian Rogers | 1 | -12/+14 |
| 2019-10-11 | perf diff: Report noisy for cycles diff | Jin Yao | 1 | -0/+4 |
| 2019-09-30 | perf annotate: Don't return -1 for error when doing BPF disassembly | Arnaldo Carvalho de Melo | 1 | -4/+15 |
| 2019-09-30 | perf annotate: Return appropriate error code for allocation failures | Arnaldo Carvalho de Melo | 1 | -2/+2 |
| 2019-09-30 | perf annotate: Fix arch specific ->init() failure errors | Arnaldo Carvalho de Melo | 1 | -0/+6 |
| 2019-09-30 | perf annotate: Propagate the symbol__annotate() error return | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2019-09-30 | perf annotate: Fix the signedness of failure returns | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2019-09-30 | perf annotate: Propagate perf_env__arch() error | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2019-09-25 | perf tools: Replace needless mmap.h with what is needed, event.h | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2019-09-25 | perf evlist: Adopt backwards ring buffer state enum | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2019-09-20 | perf tools: Remove util.h from where it is not needed | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2019-08-31 | perf auxtrace: Uninline functions that touch perf_session | Arnaldo Carvalho de Melo | 1 | -0/+3 |
| 2019-08-31 | perf tools: Remove needless evlist.h include directives | Arnaldo Carvalho de Melo | 1 | -1/+0 |
| 2019-08-31 | perf dso: Adopt DSO related macros from symbol.h | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2019-08-26 | perf srcline: Add missing srcline.h header to files needing its defs | Arnaldo Carvalho de Melo | 1 | -0/+2 |
| 2019-08-12 | Merge remote-tracking branch 'torvalds/master' into perf/core | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2019-08-08 | perf annotate: Fix printing of unaugmented disassembled instructions from BPF | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2019-07-29 | libperf: Move nr_members from perf's evsel to libperf's perf_evsel | Jiri Olsa | 1 | -4/+4 |
| 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 | -16/+16 |
| 2019-07-09 | perf tools: Use list_del_init() more thorougly | Arnaldo Carvalho de Melo | 1 | -2/+2 |
| 2019-07-09 | perf tools: Use zfree() where applicable | Arnaldo Carvalho de Melo | 1 | -2/+1 |
| 2019-07-09 | perf annotate: Fix dereferencing freed memory found by the smatch tool | Leo Yan | 1 | -4/+2 |
| 2019-07-01 | perf annotate: Add csky support | Mao Han | 1 | -0/+5 |
| 2019-07-01 | perf tools: Ditch rtrim(), use strim() from tools/lib | Arnaldo Carvalho de Melo | 1 | -1/+2 |
| 2019-06-26 | perf tools: Ditch rtrim(), use skip_spaces() to get closer to the kernel | Arnaldo Carvalho de Melo | 1 | -5/+5 |
| 2019-06-25 | tools perf: Move from sane_ctype.h obtained from git to the Linux's original | Arnaldo Carvalho de Melo | 1 | -1/+1 |