index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf lock contention: Add a missing NULL check
Namhyung Kim
2024-04-11
1
-1
/
+4
*
perf annotate: Make sure to call symbol__annotate2() in TUI
Namhyung Kim
2024-04-11
1
-0
/
+3
*
perf annotate: Add comments in the data structures
Namhyung Kim
2024-03-07
1
-7
/
+62
*
perf annotate: Remove sym_hist.addr[] array
Namhyung Kim
2024-03-07
2
-34
/
+6
*
perf annotate: Calculate instruction overhead using hashmap
Namhyung Kim
2024-03-07
2
-14
/
+41
*
perf annotate: Add a hashmap for symbol histogram
Namhyung Kim
2024-03-07
2
-2
/
+42
*
perf threads: Reduce table size from 256 to 8
Ian Rogers
2024-03-04
1
-1
/
+1
*
perf threads: Switch from rbtree to hashmap
Ian Rogers
2024-03-04
2
-105
/
+47
*
perf threads: Move threads to its own files
Ian Rogers
2024-03-04
5
-273
/
+285
*
perf machine: Move machine's threads into its own abstraction
Ian Rogers
2024-03-04
5
-203
/
+243
*
perf machine: Move fprintf to for_each loop and a callback
Ian Rogers
2024-03-04
1
-16
/
+27
*
perf trace: Ignore thread hashing in summary
Ian Rogers
2024-03-04
1
-5
/
+0
*
perf report: Sort child tasks by tid
Ian Rogers
2024-03-04
2
-0
/
+40
*
perf map: Fix map reference count issues
Ian Rogers
2024-03-01
2
-10
/
+8
*
perf lock contention: Account contending locks too
Namhyung Kim
2024-02-29
3
-7
/
+136
*
perf metrics: Fix segv for metrics with no events
Ian Rogers
2024-02-29
1
-1
/
+1
*
perf metrics: Fix metric matching
Ian Rogers
2024-02-29
1
-12
/
+10
*
perf pmu: Fix a potential memory leak in perf_pmu__lookup()
Christophe JAILLET
2024-02-27
1
-4
/
+3
*
perf data convert: Fix segfault when converting to json when cpu_desc isn't set
Ilkka Koskinen
2024-02-26
1
-1
/
+3
*
perf print-events: make is_event_supported() more robust
Mark Rutland
2024-02-23
1
-8
/
+19
*
perf list: Add scandirat compatibility function
Ian Rogers
2024-02-22
3
-9
/
+31
*
perf thread_map: Skip exited threads when scanning /proc
Ian Rogers
2024-02-22
1
-5
/
+4
*
perf stat: Fix metric-only aggregation index
Ian Rogers
2024-02-22
1
-2
/
+7
*
perf metrics: Compute unmerged uncore metrics individually
Ian Rogers
2024-02-22
2
-4
/
+29
*
perf stat: Pass fewer metric arguments
Ian Rogers
2024-02-22
1
-20
/
+18
*
perf: util: use capstone disasm engine to show assembly instructions
Changbin Du
2024-02-21
4
-1
/
+152
*
perf tools: Fixup module symbol end address properly
Namhyung Kim
2024-02-17
1
-2
/
+19
*
perf augmented_raw_syscalls.bpf: Move 'struct timespec64' to vmlinux.h
Arnaldo Carvalho de Melo
2024-02-17
2
-14
/
+8
*
perf parse-regs: Introduce a weak function arch__sample_reg_masks()
Leo Yan
2024-02-15
3
-8
/
+12
*
perf parse-regs: Always build perf register functions
Leo Yan
2024-02-15
11
-71
/
+0
*
perf metric: Don't remove scale from counts
Ian Rogers
2024-02-13
1
-6
/
+1
*
perf stat: Avoid metric-only segv
Ian Rogers
2024-02-13
1
-1
/
+1
*
perf expr: Fix "has_event" function for metric style events
Ian Rogers
2024-02-13
1
-1
/
+19
*
perf expr: Allow NaN to be a valid number
Ian Rogers
2024-02-13
1
-0
/
+9
*
perf maps: Locking tidy up of nr_maps
Ian Rogers
2024-02-12
3
-5
/
+11
*
perf maps: Hide maps internals
Ian Rogers
2024-02-12
8
-98
/
+120
*
perf maps: Get map before returning in maps__find_next_entry
Ian Rogers
2024-02-12
2
-2
/
+4
*
perf maps: Get map before returning in maps__find_by_name
Ian Rogers
2024-02-12
5
-13
/
+22
*
perf maps: Get map before returning in maps__find
Ian Rogers
2024-02-12
5
-24
/
+23
*
perf maps: Switch from rbtree to lazily sorted array for addresses
Ian Rogers
2024-02-12
3
-484
/
+774
*
Merge branch 'perf-tools' into perf-tools-next
Namhyung Kim
2024-02-12
5
-6
/
+10
|
\
|
*
perf evlist: Fix evlist__new_default() for > 1 core PMU
James Clark
2024-01-30
1
-1
/
+8
|
*
tools headers: Update the copy of x86's mem{cpy,set}_64.S used in 'perf bench'
Arnaldo Carvalho de Melo
2024-01-30
1
-0
/
+4
|
*
perf tools: Fix calloc() arguments to address error introduced in gcc-14
Sun Haiyong
2024-01-26
3
-5
/
+5
|
*
perf list: Switch error message to pr_err() to respect debug settings (-v)
Ian Rogers
2024-01-26
1
-1
/
+1
*
|
perf srcline: Add missed addr2line closes
Ian Rogers
2024-02-10
1
-0
/
+2
*
|
perf stat: Support per-cluster aggregation
Yicong Yang
2024-02-09
5
-5
/
+62
*
|
perf tools: Remove misleading comments on map functions
Namhyung Kim
2024-02-09
1
-8
/
+0
*
|
perf thread_map: Free strlist on normal path in thread_map__new_by_tid_str()
Yang Jihong
2024-02-09
1
-1
/
+1
*
|
perf symbols: Slightly improve module file executable section mappings
Adrian Hunter
2024-02-09
1
-2
/
+73
[next]