index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
Age
Commit message (
Expand
)
Author
Files
Lines
2022-02-22
perf script: Fix error when printing 'weight' field
German Gomez
1
-1
/
+1
2022-02-22
perf data: Fix double free in perf_session__delete()
Alexey Bayduraev
1
-4
/
+3
2022-02-18
perf evlist: Fix failed to use cpu list for uncore events
Zhengjun Xing
1
-2
/
+2
2022-02-18
perf test: Skip failing sigtrap test for arm+aarch64
John Garry
1
-14
/
+1
2022-02-17
perf bpf: Defer freeing string after possible strlen() on it
Arnaldo Carvalho de Melo
1
-1
/
+2
2022-02-16
perf test: Fix arm64 perf_event_attr tests wrt --call-graph initialization
German Gomez
5
-0
/
+24
2022-02-16
perf cs-etm: Fix corrupt inject files when only last branch option is enabled
James Clark
1
-0
/
+2
2022-02-16
perf cs-etm: No-op refactor of synth opt usage
James Clark
1
-9
/
+5
2022-02-16
perf trace: Avoid early exit due SIGCHLD from non-workload processes
Changbin Du
1
-5
/
+18
2022-02-06
perf ftrace: system_wide collection is not effective by default
Changbin Du
1
-21
/
+24
2022-02-06
perf stat: Fix display of grouped aliased events
Ian Rogers
1
-9
/
+10
2022-02-06
perf tools: Apply correct label to user/kernel symbols in branch mode
German Gomez
3
-2
/
+5
2022-02-06
perf bpf: Fix a typo in bpf_counter_cgroup.c
Masanari Iida
1
-1
/
+1
2022-02-06
perf synthetic-events: Return error if procfs isn't mounted for PID namespaces
Leo Yan
1
-0
/
+19
2022-02-06
perf session: Check for NULL pointer before dereference
Ameer Hamza
1
-1
/
+2
2022-02-06
perf annotate: Set error stream of objdump process for TUI
Namhyung Kim
1
-0
/
+1
2022-02-06
perf tools: Add missing branch_sample_type to perf_event_attr__fprintf()
Anshuman Khandual
1
-1
/
+1
2022-02-01
perf beauty: Make the prctl arg regexp more strict to cope with PR_SET_VMA
Arnaldo Carvalho de Melo
1
-1
/
+1
2022-01-22
perf tools: Remove redundant err variable
Minghao Chi
1
-4
/
+1
2022-01-22
perf test: Add parse-events test for aliases with hyphens
John Garry
2
-9
/
+82
2022-01-22
perf test: Add pmu-events test for aliases with hyphens
John Garry
2
-0
/
+48
2022-01-22
perf parse-events: Support event alias in form foo-bar-baz
John Garry
4
-4
/
+41
2022-01-22
perf evsel: Override attr->sample_period for non-libpfm4 events
German Gomez
1
-8
/
+17
2022-01-22
perf cpumap: Remove duplicate include in cpumap.h
Lv Ruyi
1
-1
/
+0
2022-01-22
perf cpumap: Migrate to libperf cpumap api
Ian Rogers
30
-85
/
+97
2022-01-22
perf python: Fix cpu_map__item() building
Ian Rogers
1
-3
/
+3
2022-01-22
perf script: Fix printing 'phys_addr' failure issue
Yao Jin
1
-1
/
+1
2022-01-20
tools headers UAPI: Sync files changed by new set_mempolicy_home_node syscall
Arnaldo Carvalho de Melo
4
-0
/
+4
2022-01-19
perf machine: Use path__join() to compose a path instead of snprintf(dir, '/'...
Arnaldo Carvalho de Melo
1
-1
/
+2
2022-01-18
perf evlist: No need to setup affinities when disabling events for pid targets
Arnaldo Carvalho de Melo
1
-5
/
+9
2022-01-18
perf evlist: No need to setup affinities when enabling events for pid targets
Arnaldo Carvalho de Melo
1
-5
/
+9
2022-01-18
perf stat: No need to setup affinities when starting a workload
Arnaldo Carvalho de Melo
1
-7
/
+10
2022-01-18
perf affinity: Allow passing a NULL arg to affinity__cleanup()
Arnaldo Carvalho de Melo
1
-1
/
+7
2022-01-18
perf probe: Fix ppc64 'perf probe add events failed' case
Zechuan Chen
1
-0
/
+3
2022-01-18
Merge tag 'perf-tools-for-v5.17-2022-01-16' of git://git.kernel.org/pub/scm/l...
Linus Torvalds
133
-2041
/
+4282
2022-01-16
Merge tag 'trace-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
7
-0
/
+14
2022-01-15
perf record: Disable debuginfod by default
Jiri Olsa
7
-12
/
+70
2022-01-15
perf evlist: No need to do any affinity setup when profiling pids
Arnaldo Carvalho de Melo
1
-1
/
+1
2022-01-15
perf cpumap: Add is_dummy() method
Arnaldo Carvalho de Melo
1
-0
/
+10
2022-01-15
perf metric: Fix metric_leader
Ian Rogers
1
-1
/
+1
2022-01-14
perf cputopo: Fix CPU topology reading on s/390
Thomas Richter
1
-1
/
+2
2022-01-14
perf metricgroup: Fix use after free in metric__new()
José Expósito
1
-1
/
+1
2022-01-14
perf arm: Fix off-by-one directory path
Ian Rogers
1
-1
/
+1
2022-01-13
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
4
-3
/
+35
2022-01-12
perf pmu-events: Don't lower case MetricExpr
Ian Rogers
2
-3
/
+1
2022-01-12
perf expr: Add debug logging for literals
Ian Rogers
1
-12
/
+25
2022-01-12
perf tools: Probe non-deprecated sysfs path 1st
Ian Rogers
1
-3
/
+2
2022-01-12
perf tools: Fix SMT fallback with large core counts
Ian Rogers
1
-10
/
+58
2022-01-12
perf cpumap: Give CPUs their own type
Ian Rogers
55
-293
/
+346
2022-01-12
perf stat: Correct first_shadow_cpu to return index
Ian Rogers
1
-8
/
+7
[next]