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
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-02-17
8
-15
/
+51
|
\
|
*
perf bpf: Defer freeing string after possible strlen() on it
Arnaldo Carvalho de Melo
2022-02-17
1
-1
/
+2
|
*
perf test: Fix arm64 perf_event_attr tests wrt --call-graph initialization
German Gomez
2022-02-16
5
-0
/
+24
|
*
perf cs-etm: Fix corrupt inject files when only last branch option is enabled
James Clark
2022-02-16
1
-0
/
+2
|
*
perf cs-etm: No-op refactor of synth opt usage
James Clark
2022-02-16
1
-9
/
+5
|
*
perf trace: Avoid early exit due SIGCHLD from non-workload processes
Changbin Du
2022-02-16
1
-5
/
+18
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-02-10
11
-36
/
+64
|
\
|
|
*
perf ftrace: system_wide collection is not effective by default
Changbin Du
2022-02-06
1
-21
/
+24
|
*
perf stat: Fix display of grouped aliased events
Ian Rogers
2022-02-06
1
-9
/
+10
|
*
perf tools: Apply correct label to user/kernel symbols in branch mode
German Gomez
2022-02-06
3
-2
/
+5
|
*
perf bpf: Fix a typo in bpf_counter_cgroup.c
Masanari Iida
2022-02-06
1
-1
/
+1
|
*
perf synthetic-events: Return error if procfs isn't mounted for PID namespaces
Leo Yan
2022-02-06
1
-0
/
+19
|
*
perf session: Check for NULL pointer before dereference
Ameer Hamza
2022-02-06
1
-1
/
+2
|
*
perf annotate: Set error stream of objdump process for TUI
Namhyung Kim
2022-02-06
1
-0
/
+1
|
*
perf tools: Add missing branch_sample_type to perf_event_attr__fprintf()
Anshuman Khandual
2022-02-06
1
-1
/
+1
|
*
perf beauty: Make the prctl arg regexp more strict to cope with PR_SET_VMA
Arnaldo Carvalho de Melo
2022-02-01
1
-1
/
+1
*
|
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2022-02-09
2
-5
/
+7
|
\
\
|
*
|
perf: use generic bpf_program__set_type() to set BPF prog type
Andrii Nakryiko
2022-01-25
1
-2
/
+2
|
*
|
perf: Stop using bpf_object__open_buffer() API
Christy Lee
2022-01-24
2
-3
/
+5
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-01-27
48
-134
/
+334
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
perf tools: Remove redundant err variable
Minghao Chi
2022-01-22
1
-4
/
+1
|
*
perf test: Add parse-events test for aliases with hyphens
John Garry
2022-01-22
2
-9
/
+82
|
*
perf test: Add pmu-events test for aliases with hyphens
John Garry
2022-01-22
2
-0
/
+48
|
*
perf parse-events: Support event alias in form foo-bar-baz
John Garry
2022-01-22
4
-4
/
+41
|
*
perf evsel: Override attr->sample_period for non-libpfm4 events
German Gomez
2022-01-22
1
-8
/
+17
|
*
perf cpumap: Remove duplicate include in cpumap.h
Lv Ruyi
2022-01-22
1
-1
/
+0
|
*
perf cpumap: Migrate to libperf cpumap api
Ian Rogers
2022-01-22
30
-85
/
+97
|
*
perf python: Fix cpu_map__item() building
Ian Rogers
2022-01-22
1
-3
/
+3
|
*
perf script: Fix printing 'phys_addr' failure issue
Yao Jin
2022-01-22
1
-1
/
+1
|
*
tools headers UAPI: Sync files changed by new set_mempolicy_home_node syscall
Arnaldo Carvalho de Melo
2022-01-20
4
-0
/
+4
|
*
perf machine: Use path__join() to compose a path instead of snprintf(dir, '/'...
Arnaldo Carvalho de Melo
2022-01-19
1
-1
/
+2
|
*
perf evlist: No need to setup affinities when disabling events for pid targets
Arnaldo Carvalho de Melo
2022-01-18
1
-5
/
+9
|
*
perf evlist: No need to setup affinities when enabling events for pid targets
Arnaldo Carvalho de Melo
2022-01-18
1
-5
/
+9
|
*
perf stat: No need to setup affinities when starting a workload
Arnaldo Carvalho de Melo
2022-01-18
1
-7
/
+10
|
*
perf affinity: Allow passing a NULL arg to affinity__cleanup()
Arnaldo Carvalho de Melo
2022-01-18
1
-1
/
+7
|
*
perf probe: Fix ppc64 'perf probe add events failed' case
Zechuan Chen
2022-01-18
1
-0
/
+3
*
|
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2022-01-24
2
-51
/
+41
|
\
\
|
|
/
|
/
|
|
*
perf: Stop using bpf_map__def() API
Christy Lee
2022-01-12
2
-51
/
+41
*
|
Merge tag 'perf-tools-for-v5.17-2022-01-16' of git://git.kernel.org/pub/scm/l...
Linus Torvalds
2022-01-18
133
-2041
/
+4282
|
\
\
|
*
|
perf record: Disable debuginfod by default
Jiri Olsa
2022-01-15
7
-12
/
+70
|
*
|
perf evlist: No need to do any affinity setup when profiling pids
Arnaldo Carvalho de Melo
2022-01-15
1
-1
/
+1
|
*
|
perf cpumap: Add is_dummy() method
Arnaldo Carvalho de Melo
2022-01-15
1
-0
/
+10
|
*
|
perf metric: Fix metric_leader
Ian Rogers
2022-01-15
1
-1
/
+1
|
*
|
perf cputopo: Fix CPU topology reading on s/390
Thomas Richter
2022-01-14
1
-1
/
+2
|
*
|
perf metricgroup: Fix use after free in metric__new()
José Expósito
2022-01-14
1
-1
/
+1
|
*
|
perf arm: Fix off-by-one directory path
Ian Rogers
2022-01-14
1
-1
/
+1
|
*
|
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
2022-01-13
4
-3
/
+35
|
|
\
|
|
*
|
perf pmu-events: Don't lower case MetricExpr
Ian Rogers
2022-01-12
2
-3
/
+1
|
*
|
perf expr: Add debug logging for literals
Ian Rogers
2022-01-12
1
-12
/
+25
|
*
|
perf tools: Probe non-deprecated sysfs path 1st
Ian Rogers
2022-01-12
1
-3
/
+2
[next]