index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
builtin-daemon.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-02-15
perf parse-regs: Always build perf register functions
Leo Yan
11
-71
/
+0
2024-02-15
perf build: Remove unused CONFIG_PERF_REGS
Leo Yan
1
-4
/
+0
2024-02-13
perf metric: Don't remove scale from counts
Ian Rogers
1
-6
/
+1
2024-02-13
perf stat: Avoid metric-only segv
Ian Rogers
1
-1
/
+1
2024-02-13
perf expr: Fix "has_event" function for metric style events
Ian Rogers
1
-1
/
+19
2024-02-13
perf expr: Allow NaN to be a valid number
Ian Rogers
1
-0
/
+9
2024-02-12
perf maps: Locking tidy up of nr_maps
Ian Rogers
3
-5
/
+11
2024-02-12
perf maps: Hide maps internals
Ian Rogers
9
-102
/
+124
2024-02-12
perf maps: Get map before returning in maps__find_next_entry
Ian Rogers
2
-2
/
+4
2024-02-12
perf maps: Get map before returning in maps__find_by_name
Ian Rogers
6
-15
/
+25
2024-02-12
perf maps: Get map before returning in maps__find
Ian Rogers
7
-27
/
+26
2024-02-12
perf maps: Switch from rbtree to lazily sorted array for addresses
Ian Rogers
4
-484
/
+777
2024-02-10
perf srcline: Add missed addr2line closes
Ian Rogers
1
-0
/
+2
2024-02-09
perf stat: Support per-cluster aggregation
Yicong Yang
12
-9
/
+154
2024-02-09
perf tools: Remove misleading comments on map functions
Namhyung Kim
1
-8
/
+0
2024-02-09
perf thread_map: Free strlist on normal path in thread_map__new_by_tid_str()
Yang Jihong
1
-1
/
+1
2024-02-09
perf sched: Move curr_pid and cpu_last_switched initialization to perf_sched_...
Yang Jihong
1
-33
/
+61
2024-02-09
perf sched: Move curr_thread initialization to perf_sched__map()
Yang Jihong
1
-7
/
+8
2024-02-09
perf sched: Fix memory leak in perf_sched__map()
Yang Jihong
1
-15
/
+26
2024-02-09
perf sched: Move start_work_mutex and work_done_wait_mutex initialization to ...
Yang Jihong
1
-7
/
+12
2024-02-09
perf test: Skip metric w/o event name on arm64 in stat STD output linter
Yicong Yang
1
-1
/
+1
2024-02-09
perf symbols: Slightly improve module file executable section mappings
Adrian Hunter
1
-2
/
+73
2024-02-09
perf tools: Make it possible to see perf's kernel and module memory mappings
Adrian Hunter
8
-0
/
+25
2024-02-07
perf record: Display data size on pipe mode
Namhyung Kim
1
-1
/
+4
2024-02-07
perf script: Print source line for each jump in brstackinsn
Kan Liang
1
-3
/
+15
2024-02-07
perf kvm powerpc: Fix build
Ian Rogers
1
-1
/
+1
2024-02-06
perf/pmu-events/powerpc: Update json mapfile with Power11 PVR
Madhavan Srinivasan
1
-0
/
+1
2024-02-03
tools: perf: Expose sample ID / stream ID to python scripts
Ben Gainey
2
-3
/
+9
2024-02-03
perf bpf: Clean up the generated/copied vmlinux.h
Arnaldo Carvalho de Melo
1
-1
/
+1
2024-02-02
perf jevents: Drop or simplify small integer values
Ian Rogers
2
-14
/
+31
2024-02-02
perf parse-events: Print all errors
Ian Rogers
6
-58
/
+67
2024-02-02
perf parse-events: Improve error location of terms cloned from an event
Ian Rogers
1
-4
/
+5
2024-02-02
perf tsc: Add missing newlines to debug statements
Ian Rogers
1
-2
/
+2
2024-02-02
perf Documentation: Add some more hints to tips.txt
Andi Kleen
1
-5
/
+26
2024-02-02
perf test: Simplify metric value validation test final report
Weilin Wang
2
-108
/
+127
2024-02-02
perf report: Prevent segfault with --no-parent
Andi Kleen
1
-1
/
+1
2024-02-02
perf evsel: Fix duplicate initialization of data->id in evsel__parse_sample()
Yang Jihong
1
-1
/
+0
2024-02-02
perf evsel: Rename get_states() to parse_task_states() and make it public
Ze Gao
6
-115
/
+120
2024-01-31
perf tools headers: update the asm-generic/unaligned.h copy with the kernel s...
Arnaldo Carvalho de Melo
1
-12
/
+12
2024-01-30
tools include UAPI: Sync linux/mount.h copy with the kernel sources
Arnaldo Carvalho de Melo
1
-0
/
+70
2024-01-30
perf evlist: Fix evlist__new_default() for > 1 core PMU
James Clark
1
-1
/
+8
2024-01-30
tools headers: Update the copy of x86's mem{cpy,set}_64.S used in 'perf bench'
Arnaldo Carvalho de Melo
3
-4
/
+8
2024-01-30
tools headers x86 cpufeatures: Sync with the kernel sources to pick TDX, Zen,...
Arnaldo Carvalho de Melo
1
-1
/
+7
2024-01-29
tools headers UAPI: Sync unistd.h to pick {list,stat}mount, lsm_{[gs]et_self_...
Arnaldo Carvalho de Melo
1
-1
/
+14
2024-01-27
perf vendor events intel: Alderlake/sapphirerapids metric fixes
Ian Rogers
3
-160
/
+123
2024-01-27
tools headers UAPI: Sync kvm headers with the kernel sources
Arnaldo Carvalho de Melo
2
-90
/
+53
2024-01-26
perf tools: Fix calloc() arguments to address error introduced in gcc-14
Sun Haiyong
4
-7
/
+7
2024-01-26
perf top: Remove needless malloc(0) call that triggers -Walloc-size
Sun Haiyong
1
-1
/
+1
2024-01-26
perf build: Make minimal shellcheck version to v0.6.0
Yicong Yang
1
-0
/
+10
2024-01-26
tools headers UAPI: Update tools's copy of drm.h headers to pick DRM_IOCTL_MO...
Arnaldo Carvalho de Melo
2
-7
/
+77
[next]