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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-2
/
+8
2024-04-22
tools include UAPI: Sync linux/vhost.h with the kernel sources
Arnaldo Carvalho de Melo
1
-6
/
+14
2024-04-22
Merge remote-tracking branch 'torvalds/master' into perf-tools-next
Arnaldo Carvalho de Melo
12
-14
/
+369
2024-04-18
Revert "tools headers: Remove almost unused copy of uapi/stat.h, add few cond...
Arnaldo Carvalho de Melo
1
-0
/
+1
2024-04-18
perf probe-event: Better error message for a too-long probe name
Dima Kogan
1
-1
/
+1
2024-04-18
perf probe-event: Un-hardcode sizeof(buf)
Dima Kogan
1
-2
/
+2
2024-04-18
perf stat: Add new field in stat_config to enable hardware aware grouping
Weilin Wang
4
-0
/
+10
2024-04-18
perf test shell arm_coresight: Increase buffer size for Coresight basic tests
James Clark
1
-1
/
+1
2024-04-18
perf genelf: Fix compiling with libelf on rv32
Chen Pei
1
-0
/
+3
2024-04-18
perf vendor events arm64: AmpereOne/AmpereOneX: Mark L1D_CACHE_INVAL impacted...
Ilkka Koskinen
2
-2
/
+6
2024-04-18
perf test bpf-counters: Add test for BPF event modifier
Ian Rogers
1
-23
/
+52
2024-04-18
perf docs: Document bpf event modifier
Ian Rogers
1
-0
/
+1
2024-04-17
perf tools: Enable configs required for test_uprobe_from_different_cu.sh
Chaitanya S Prakash
1
-0
/
+3
2024-04-17
perf report: Add weight[123] output fields
Namhyung Kim
5
-31
/
+115
2024-04-17
perf hist: Add weight fields to hist entry stats
Namhyung Kim
2
-2
/
+13
2024-04-17
perf hist: Move histogram related code to hist.h
Namhyung Kim
3
-196
/
+184
2024-04-16
perf annotate-data: Handle RSP if it's not the FB register
Namhyung Kim
1
-8
/
+19
2024-04-16
perf dwarf-aux: Check variable address range properly
Namhyung Kim
1
-4
/
+3
2024-04-16
perf dwarf-aux: Check pointer offset when checking variables
Namhyung Kim
1
-7
/
+21
2024-04-16
perf annotate-data: Improve debug message with location info
Namhyung Kim
1
-17
/
+82
2024-04-12
perf bench uprobe: Add uretprobe variant of uprobe benchmarks
Ian Rogers
4
-3
/
+37
2024-04-12
perf bench uprobe: Remove lib64 from libc.so.6 binary path
Ian Rogers
1
-1
/
+1
2024-04-12
perf trace beauty: Add shellcheck to scripts
Ian Rogers
2
-3
/
+19
2024-04-12
perf util: Add shellcheck to generate-cmdlist.sh
Ian Rogers
1
-0
/
+14
2024-04-12
perf arch x86: Add shellcheck to build
Ian Rogers
3
-1
/
+29
2024-04-12
perf build: Add shellcheck to tools/perf scripts
Ian Rogers
3
-8
/
+31
2024-04-12
perf list: Escape '\r' in JSON output
Ian Rogers
1
-0
/
+3
2024-04-12
perf dsos: Switch more loops to dsos__for_each_dso()
Ian Rogers
4
-102
/
+174
2024-04-12
perf dso: Move dso functions out of dsos.c
Ian Rogers
3
-61
/
+65
2024-04-12
perf dsos: Introduce dsos__for_each_dso()
Ian Rogers
5
-65
/
+100
2024-04-12
perf dsos: Tidy reference counting and locking
Ian Rogers
5
-99
/
+97
2024-04-12
perf dsos: Attempt to better abstract DSOs internals
Ian Rogers
11
-86
/
+97
2024-04-12
perf record: Fix debug message placement for test consumption
Adrian Hunter
1
-2
/
+2
2024-04-12
perf annotate: Skip DSOs not found
Namhyung Kim
1
-0
/
+2
2024-04-12
perf report: Do not collect sample histogram unnecessarily
Namhyung Kim
2
-1
/
+8
2024-04-12
perf report: Add a menu item to annotate data type in TUI
Namhyung Kim
2
-0
/
+36
2024-04-12
perf annotate-data: Support event group display in TUI
Namhyung Kim
1
-10
/
+40
2024-04-12
perf annotate-data: Add hist_entry__annotate_data_tui()
Namhyung Kim
5
-5
/
+324
2024-04-12
perf annotate-data: Add hist_entry__annotate_data_tty()
Namhyung Kim
3
-105
/
+122
2024-04-12
perf annotate: Show progress of sample processing
Namhyung Kim
1
-2
/
+13
2024-04-12
perf annotate-data: Skip sample histogram for stack canary
Namhyung Kim
1
-2
/
+3
2024-04-12
perf tests: Remove dependency on lscpu
James Clark
1
-1
/
+3
2024-04-12
perf map: Remove kernel map before updating start and end addresses
James Clark
1
-1
/
+1
2024-04-12
perf tests: Apply attributes to all events in object code reading test
James Clark
1
-5
/
+5
2024-04-12
perf tests: Make "test data symbol" more robust on Neoverse N1
James Clark
1
-0
/
+16
2024-04-12
perf metrics: Remove the "No_group" metric group
Ian Rogers
1
-2
/
+2
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
2
-25
/
+74
2024-04-12
perf annotate-data: Fix global variable lookup
Namhyung Kim
1
-1
/
+3
2024-04-11
perf lock contention: Add a missing NULL check
Namhyung Kim
1
-1
/
+4
[prev]
[next]