index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-11
perf probe: Fix uninitialized variable
James Clark
1
-1
/
+1
2024-12-11
perf test expr: Fix system_tsc_freq for only x86
Ian Rogers
1
-7
/
+12
2024-12-09
perf test hwmon_pmu: Fix event file location
Ian Rogers
1
-11
/
+18
2024-12-09
perf hwmon_pmu: Use openat rather than dup to refresh directory
Ian Rogers
1
-4
/
+11
2024-12-09
perf ftrace: Fix undefined behavior in cmp_profile_data()
Kuan-Wei Chiu
1
-1
/
+2
2024-12-05
perf tools: Fix precise_ip fallback logic
Namhyung Kim
1
-3
/
+3
2024-12-04
perf tools: Fix build error on generated/fs_at_flags_array.c
Namhyung Kim
1
-1
/
+2
2024-12-04
tools headers: Sync uapi/linux/prctl.h with the kernel sources
Namhyung Kim
1
-1
/
+26
2024-12-04
tools headers: Sync uapi/linux/mount.h with the kernel sources
Namhyung Kim
1
-2
/
+12
2024-12-04
tools headers: Sync uapi/linux/fcntl.h with the kernel sources
Namhyung Kim
1
-4
/
+1
2024-12-04
tools headers: Sync *xattrat syscall changes with the kernel sources
Namhyung Kim
5
-0
/
+20
2024-12-03
perf machine: Initialize machine->env to address a segfault
Arnaldo Carvalho de Melo
1
-0
/
+2
2024-12-02
perf test: Don't signal all processes on system when interrupting tests
James Clark
1
-1
/
+1
2024-12-02
perf tools: Fix build-id event recording
Namhyung Kim
1
-2
/
+2
2024-11-26
Merge tag 'perf-tools-for-v6.13-2024-11-24' of git://git.kernel.org/pub/scm/l...
Linus Torvalds
323
-4032
/
+9269
2024-11-22
perf tests: Fix hwmon parsing with PMU name test
Ian Rogers
2
-8
/
+13
2024-11-22
perf hwmon_pmu: Ensure hwmon key union is zeroed before use
Ian Rogers
1
-4
/
+5
2024-11-22
perf tests hwmon_pmu: Remove double evlist__delete()
Arnaldo Carvalho de Melo
1
-2
/
+0
2024-11-22
perf/test: fix perf ftrace test on s390
Thomas Richter
1
-1
/
+1
2024-11-22
perf bpf-filter: Return -ENOMEM directly when pfi allocation fails
Hao Ge
1
-1
/
+1
2024-11-22
perf test: Correct hwmon test PMU detection
Ian Rogers
1
-1
/
+2
2024-11-16
perf: Remove unused del_perf_probe_events()
Dr. David Alan Gilbert
4
-57
/
+0
2024-11-16
perf pmu: Move pmu_metrics_table__find and remove ARM override
Ian Rogers
6
-39
/
+9
2024-11-16
perf jevents: Add map_for_cpu()
Ian Rogers
2
-14
/
+26
2024-11-16
perf header: Pass a perf_cpu rather than a PMU to get_cpuid_str
Ian Rogers
15
-67
/
+57
2024-11-16
perf header: Avoid transitive PMU includes
Ian Rogers
3
-0
/
+4
2024-11-16
perf arm64 header: Use cpu argument in get_cpuid
Ian Rogers
2
-33
/
+31
2024-11-16
perf header: Refactor get_cpuid to take a CPU for ARM
Ian Rogers
11
-14
/
+19
2024-11-16
perf header: Move is_cpu_online to numa bench
Ian Rogers
3
-52
/
+53
2024-11-16
perf jevents: fix breakage when do perf stat on system metric
Xu Yang
2
-22
/
+2
2024-11-16
perf test: Add missing __exit calls in tool/hwmon tests
Ian Rogers
2
-0
/
+2
2024-11-16
perf tests: Make leader sampling test work without branch event
James Clark
1
-6
/
+7
2024-11-16
perf util: Remove kernel version deadcode
Dr. David Alan Gilbert
2
-93
/
+0
2024-11-16
perf test shell trace_exit_race: Use --no-comm to avoid cases where COMM isn'...
Arnaldo Carvalho de Melo
1
-2
/
+2
2024-11-15
perf test shell trace_exit_race: Show what went wrong in verbose mode
Arnaldo Carvalho de Melo
1
-2
/
+22
2024-11-14
perf tests: Add test for trace output loss
Benjamin Peterson
1
-0
/
+31
2024-11-14
perf trace: Avoid garbage when not printing a syscall's arguments
Benjamin Peterson
1
-2
/
+3
2024-11-14
perf trace: Do not lose last events in a race
Benjamin Peterson
1
-7
/
+2
2024-11-14
perf probe: Introduce quotation marks support
Masami Hiramatsu (Google)
1
-34
/
+41
2024-11-14
perf string: Add strpbrk_esq() and strdup_esq() for escape and quote
Masami Hiramatsu (Google)
2
-0
/
+102
2024-11-14
perf probe: Accept FUNC@* to specify function name explicitly
Masami Hiramatsu (Google)
1
-5
/
+17
2024-11-14
perf probe: Fix to ignore escaped characters in --lines option
Masami Hiramatsu (Google)
1
-3
/
+3
2024-11-14
perf probe: Fix error message for failing to find line range
Masami Hiramatsu (Google)
1
-1
/
+15
2024-11-14
perf trace: Fix tracing itself, creating feedback loops
Howard Chu
1
-0
/
+3
2024-11-13
perf timechart: Remove redundant variable assignment
Luo Yifan
1
-1
/
+0
2024-11-13
perf list: Fix topic and pmu_name argument order
Jean-Philippe Romain
3
-5
/
+5
2024-11-13
perf tools: Fix typos Muliplier -> Multiplier
Andrew Kreimer
3
-3
/
+3
2024-11-13
perf disasm: Allow configuring what disassemblers to use
Arnaldo Carvalho de Melo
4
-6
/
+96
2024-11-13
perf disasm: Define stubs for the LLVM and capstone disassemblers
Arnaldo Carvalho de Melo
1
-8
/
+35
2024-11-11
perf disasm: Introduce symbol__disassemble_objdump()
Arnaldo Carvalho de Melo
1
-80
/
+88
[next]