index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-26
perf intel-pt: Fix unassigned instruction op (discovered by MemorySanitizer)
Adrian Hunter
2
-0
/
+4
2024-04-26
perf annotate: Update DSO binary type when trying build-id
Namhyung Kim
1
-0
/
+2
2024-04-26
perf annotate: Fallback disassemble to objdump when capstone fails
Namhyung Kim
1
-0
/
+14
2024-04-26
perf annotate-data: Check if 'struct annotation_source' was allocated on 'perf report' TUI
Namhyung Kim
1
-1
/
+1
2024-04-26
perf parse-events: Tidy the setting of the default event name
Ian Rogers
4
-7
/
+19
2024-04-26
perf parse-events: Minor grouping tidy up
Ian Rogers
2
-1
/
+6
2024-04-26
perf parse-event: Constify event_symbol arrays
Ian Rogers
2
-4
/
+4
2024-04-26
perf parse-events: Improvements to modifier parsing
Ian Rogers
4
-182
/
+194
2024-04-26
perf parse-events: Inline parse_events_evlist_error
Ian Rogers
3
-13
/
+8
2024-04-26
perf parse-events: Improve error message for bad numbers
Ian Rogers
1
-16
/
+24
2024-04-26
perf parse-events: Inline parse_events_update_lists
Ian Rogers
3
-31
/
+25
2024-04-26
perf parse-events: Prefer sysfs/JSON hardware events over legacy
Ian Rogers
4
-68
/
+103
2024-04-26
perf parse-events: Constify parse_events_add_numeric
Ian Rogers
2
-10
/
+12
2024-04-26
perf parse-events: Handle PE_TERM_HW in name_or_raw
Ian Rogers
1
-26
/
+5
2024-04-26
perf parse-events: Legacy cache names on all PMUs and lower priority
Ian Rogers
2
-9
/
+32
2024-04-26
perf pmu: Refactor perf_pmu__match()
Ian Rogers
3
-26
/
+22
2024-04-26
perf parse-events: Avoid copying an empty list
Ian Rogers
1
-12
/
+13
2024-04-26
perf parse-events: Directly pass PMU to parse_events_add_pmu()
Ian Rogers
1
-29
/
+17
2024-04-26
perf parse-events: Factor out '<event_or_pmu>/.../' parsing
Ian Rogers
3
-73
/
+80
2024-04-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-1
/
+7
2024-04-22
Merge remote-tracking branch 'torvalds/master' into perf-tools-next
Arnaldo Carvalho de Melo
2
-1
/
+7
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
3
-0
/
+5
2024-04-18
perf genelf: Fix compiling with libelf on rv32
Chen Pei
1
-0
/
+3
2024-04-17
perf report: Add weight[123] output fields
Namhyung Kim
3
-12
/
+33
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
1
-0
/
+16
2024-04-12
perf util: Add shellcheck to generate-cmdlist.sh
Ian Rogers
1
-0
/
+14
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
4
-55
/
+85
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
9
-84
/
+95
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
1
-0
/
+7
2024-04-12
perf annotate-data: Add hist_entry__annotate_data_tui()
Namhyung Kim
2
-1
/
+15
2024-04-12
perf annotate-data: Add hist_entry__annotate_data_tty()
Namhyung Kim
2
-0
/
+121
2024-04-12
perf annotate-data: Skip sample histogram for stack canary
Namhyung Kim
1
-2
/
+3
2024-04-12
perf map: Remove kernel map before updating start and end addresses
James Clark
1
-1
/
+1
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]