index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
perf lock contention: Factor out lock_type_table
Namhyung Kim
2022-12-20
1
-24
/
+24
|
*
perf probe: Check -v and -q options in the right place
Yang Jihong
2022-12-20
1
-8
/
+9
|
*
perf tools: Fix usage of the verbose variable
Yang Jihong
2022-12-20
9
-13
/
+13
|
*
perf debug: Set debug_peo_args and redirect_to_stderr variable to correct val...
Yang Jihong
2022-12-20
1
-0
/
+4
|
*
tools headers UAPI: Sync powerpc syscall table with the kernel sources
Arnaldo Carvalho de Melo
2022-12-20
1
-2
/
+5
|
*
perf python: Don't stop building if python setuptools isn't installed
Arnaldo Carvalho de Melo
2022-12-19
1
-2
/
+7
*
|
Merge tag 'parisc-for-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2022-12-20
1
-12
/
+0
|
\
\
|
|
/
|
/
|
|
*
parisc: Align parisc MADV_XXX constants with all other architectures
Helge Deller
2022-12-17
1
-12
/
+0
*
|
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
2022-12-16
10
-103
/
+110
|
\
\
|
*
\
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2022-12-15
15
-27
/
+27
|
|
\
\
|
|
*
|
perf tools: Use dedicated non-atomic clear/set bit helpers
Sean Christopherson
2022-12-02
15
-27
/
+27
|
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-11-17
4
-4
/
+12
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
*
|
|
libbpf: Hashmap.h update to fix build issues using LLVM14
Eduard Zingerman
2022-11-11
1
-1
/
+2
|
*
|
|
libbpf: Hashmap interface update to allow both long and void* keys/values
Eduard Zingerman
2022-11-09
10
-103
/
+109
|
|
|
/
|
|
/
|
*
|
|
perf tools: Use "grep -E" instead of "egrep"
Tiezhu Yang
2022-12-14
38
-89
/
+89
*
|
|
perf stat: Do not delay the workload with --delay
Namhyung Kim
2022-12-14
1
-16
/
+17
*
|
|
perf evlist: Remove group option.
Ian Rogers
2022-12-14
13
-79
/
+3
*
|
|
perf build: Fix python/perf.so library's name
Ian Rogers
2022-12-14
2
-2
/
+4
*
|
|
perf test arm64: Add attr tests for new VG register
James Clark
2022-12-14
3
-0
/
+33
*
|
|
perf test: Add mechanism for skipping attr tests on kernel versions
James Clark
2022-12-14
1
-1
/
+27
*
|
|
perf test: Add mechanism for skipping attr tests on auxiliary vector values
James Clark
2022-12-14
1
-2
/
+31
*
|
|
perf test: Add ability to test exit code for attr tests
James Clark
2022-12-14
1
-2
/
+8
*
|
|
perf test: add new task-analyzer tests
Petar Gligoric
2022-12-14
1
-0
/
+151
*
|
|
perf script: task-analyzer add csv support
Petar Gligoric
2022-12-14
1
-89
/
+185
*
|
|
perf script: Introduce task analyzer python script
Hagen Paul Pfeifer
2022-12-14
3
-0
/
+843
*
|
|
perf cs-etm: Print auxtrace info even if OpenCSD isn't linked
James Clark
2022-12-14
4
-166
/
+191
*
|
|
perf cs-etm: Cleanup cs_etm__process_auxtrace_info()
James Clark
2022-12-14
1
-17
/
+9
*
|
|
perf cs-etm: Tidy up auxtrace info header printing
James Clark
2022-12-14
1
-18
/
+10
*
|
|
perf cs-etm: Remove unused stub methods
James Clark
2022-12-14
1
-32
/
+2
*
|
|
perf cs-etm: Print unknown header version as an error
James Clark
2022-12-14
1
-10
/
+2
*
|
|
perf test: Update perf lock contention test
Namhyung Kim
2022-12-14
1
-0
/
+48
*
|
|
perf lock contention: Add -l/--lock-addr option
Namhyung Kim
2022-12-14
5
-28
/
+102
*
|
|
perf lock contention: Implement -t/--threads option for BPF
Namhyung Kim
2022-12-14
4
-17
/
+78
*
|
|
perf lock contention: Add lock_data.h for common data
Namhyung Kim
2022-12-14
3
-29
/
+39
*
|
|
perf python: Account for multiple words in CC
Khem Raj
2022-12-14
1
-1
/
+1
*
|
|
perf off_cpu: Fix a typo in BTF tracepoint name, it should be 'btf_trace_sche...
Namhyung Kim
2022-12-14
1
-1
/
+1
*
|
|
perf test: Update event group check for support of uncore event
Athira Rajeev
2022-12-14
1
-1
/
+13
*
|
|
perf tools: Check if libtracevent has TEP_FIELD_IS_RELATIVE
Arnaldo Carvalho de Melo
2022-12-14
8
-1
/
+18
*
|
|
tools lib traceevent: Remove libtraceevent
Ian Rogers
2022-12-14
1
-1
/
+0
*
|
|
perf build: Use libtraceevent from the system
Ian Rogers
2022-12-14
52
-184
/
+355
*
|
|
perf jevents: Parse metrics during conversion
Ian Rogers
2022-12-14
4
-4
/
+669
*
|
|
perf stat: Update event skip condition for system-wide per-thread mode and me...
Namhyung Kim
2022-12-14
1
-10
/
+9
*
|
|
perf build: Fixes for LIBTRACEEVENT_DYNAMIC
Ian Rogers
2022-12-14
1
-2
/
+6
*
|
|
machine: Adopt is_lock_function() from builtin-lock.c
Arnaldo Carvalho de Melo
2022-12-14
5
-59
/
+48
*
|
|
perf test: Add event group test for events in multiple PMUs
Ravi Bangoria
2022-12-14
4
-0
/
+130
*
|
|
perf tool: Move pmus list variable to a new file
Ravi Bangoria
2022-12-14
4
-1
/
+16
*
|
|
perf util: Add host_is_bigendian to util.h
Ian Rogers
2022-12-14
7
-22
/
+29
*
|
|
perf util: Make header guard consistent with tool
Ian Rogers
2022-12-14
1
-3
/
+3
*
|
|
perf stat: Fix invalid output handle
James Clark
2022-12-14
1
-1
/
+1
*
|
|
perf stat: Fix multi-line metric output in JSON
Namhyung Kim
2022-12-14
1
-1
/
+1
[prev]
[next]