index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
annotate.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
[next]