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
/
scripts
/
python
/
export-to-sqlite.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-09
perf report: Avoid SEGV in report__setup_sample_type()
Ian Rogers
1
-1
/
+1
2024-05-09
perf comm: Fix comm_str__put() for reference count checking
Ian Rogers
1
-14
/
+31
2024-05-09
perf ui browser: Avoid SEGV on title
Ian Rogers
1
-1
/
+1
2024-05-07
perf dwarf-aux: Print array type name with "[]"
Namhyung Kim
1
-1
/
+3
2024-05-07
perf hist: Avoid 'struct hist_entry_iter' mem_info memory leak
Ian Rogers
2
-28
/
+19
2024-05-07
perf mem-info: Add reference count checking
Ian Rogers
11
-88
/
+135
2024-05-07
perf mem-info: Move mem-info out of mem-events and symbol
Ian Rogers
15
-63
/
+85
2024-05-07
perf comm: Add reference count checking to 'struct comm_str'
Ian Rogers
1
-70
/
+126
2024-05-07
perf cpumap: Remove refcnt from 'struct cpu_aggr_map'
Ian Rogers
3
-17
/
+3
2024-05-07
perf block-info: Remove unused refcount
Ian Rogers
3
-33
/
+8
2024-05-07
perf annotate: Fix memory leak in annotated_source
Ian Rogers
1
-0
/
+6
2024-05-07
perf ui browser: Don't save pointer to stack memory
Ian Rogers
2
-2
/
+4
2024-05-07
perf bench internals inject-build-id: Fix trap divide when collecting just one DSO
He Zhe
1
-1
/
+1
2024-05-07
perf probe: Use zfree() to avoid possibly accessing dangling pointers
Arnaldo Carvalho de Melo
1
-1
/
+1
2024-05-07
perf auxtrace: Allow number of queues to be specified
James Clark
2
-2
/
+8
2024-05-07
perf cs-etm: Print error for new PERF_RECORD_AUX_OUTPUT_HW_ID versions
James Clark
1
-1
/
+4
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 kwork: Use zfree() to avoid possibly accessing dangling pointers
Arnaldo Carvalho de Melo
1
-1
/
+1
2024-05-07
perf callchain: Use zfree() to avoid possibly accessing dangling pointers
Arnaldo Carvalho de Melo
1
-1
/
+1
2024-05-07
perf annotate: Use zfree() to avoid possibly accessing dangling pointers
Arnaldo Carvalho de Melo
3
-11
/
+13
2024-05-06
perf dso: Use container_of() to avoid a pointer in 'struct dso_data'
Ian Rogers
3
-32
/
+46
2024-05-06
perf symbol-elf: dso__load_sym_internal() reference count fixes
Ian Rogers
1
-26
/
+25
2024-05-06
perf symbol-elf: Ensure dso__put() in machine__process_ksymbol_register()
Ian Rogers
1
-3
/
+3
2024-05-06
perf map: Add missing dso__put() in map__new()
Ian Rogers
1
-0
/
+1
2024-05-06
perf dso: Add reference count checking and accessor functions
Ian Rogers
57
-739
/
+1169
2024-05-06
perf dsos: Switch hand crafted code to bsearch()
Ian Rogers
1
-19
/
+27
2024-05-06
perf dsos: Remove __dsos__findnew_link_by_longname_id()
Ian Rogers
2
-47
/
+10
2024-05-06
perf dsos: Remove __dsos__addnew()
Ian Rogers
2
-6
/
+0
2024-05-06
perf dsos: Switch backing storage to array from rbtree/list
Ian Rogers
4
-109
/
+177
2024-05-04
perf vendor events amd: Add Zen 5 mapping
Sandipan Das
1
-0
/
+1
2024-05-04
perf vendor events amd: Add Zen 5 metrics
Sandipan Das
2
-0
/
+444
2024-05-04
perf vendor events amd: Add Zen 5 uncore events
Sandipan Das
2
-0
/
+278
2024-05-04
perf vendor events amd: Add Zen 5 core events
Sandipan Das
7
-0
/
+1983
2024-05-04
perf trace: Disable syscall augmentation with record
Ian Rogers
1
-0
/
+5
2024-05-03
perf pmu: Assume sysfs events are always the same case
Ian Rogers
1
-5
/
+26
2024-05-03
perf test pmu: Test all sysfs PMU event names are the same case
Ian Rogers
1
-0
/
+90
2024-05-03
perf test pmu: Add an eagerly loaded event test
Ian Rogers
2
-21
/
+124
2024-05-03
perf test pmu: Refactor format test and exposed test APIs
Ian Rogers
7
-179
/
+177
2024-05-03
perf Document: Sysfs event names must be lower or upper case
Ian Rogers
1
-0
/
+6
2024-05-03
perf test pmu-events: Make it clearer that pmu-events tests JSON events
Ian Rogers
1
-1
/
+1
2024-05-02
perf maps: Remove check_invariants() from maps__lock()
Namhyung Kim
1
-5
/
+11
2024-05-02
perf cs-etm: Improve version detection and error reporting
James Clark
1
-18
/
+43
2024-05-02
perf cs-etm: Remove repeated fetches of the ETM PMU
James Clark
1
-33
/
+27
2024-05-02
perf cs-etm: Use struct perf_cpu as much as possible
James Clark
1
-116
/
+88
2024-05-02
perf annotate-data: Check kind of stack variables
Namhyung Kim
1
-0
/
+6
2024-05-02
perf annotate-data: Handle multi regs in find_data_type_block()
Namhyung Kim
1
-11
/
+12
2024-05-02
perf annotate-data: Check memory access with two registers
Namhyung Kim
1
-5
/
+39
2024-05-02
perf annotate-data: Handle direct global variable access
Namhyung Kim
1
-12
/
+15
2024-05-02
perf annotate-data: Collect global variables in advance
Namhyung Kim
1
-2
/
+55
2024-05-02
perf dwarf-aux: Add die_collect_global_vars()
Namhyung Kim
2
-0
/
+70
[next]