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
/
lib
/
perf
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-20
perf auxtrace: Add machine_pid and vcpu to auxtrace_error
Adrian Hunter
1
-0
/
+2
2022-07-20
perf tools: Add machine_pid and vcpu to id_index
Adrian Hunter
2
-0
/
+9
2022-06-23
perf record: Add finished init event
Adrian Hunter
1
-0
/
+1
2022-06-19
libperf evsel: Open shouldn't leak fd on failure
Ian Rogers
1
-5
/
+12
2022-05-26
perf tools: Allow system-wide events to keep their own threads
Adrian Hunter
1
-2
/
+5
2022-05-26
perf tools: Allow system-wide events to keep their own CPUs
Adrian Hunter
1
-6
/
+5
2022-05-26
libperf evsel: Add comments for booleans
Adrian Hunter
1
-0
/
+10
2022-05-26
perf stat: Add requires_cpu flag for uncore
Adrian Hunter
2
-1
/
+4
2022-05-26
libperf evlist: Check nr_mmaps is correct
Adrian Hunter
1
-2
/
+9
2022-05-26
libperf evlist: Allow mixing per-thread and per-cpu mmaps
Adrian Hunter
1
-29
/
+7
2022-05-26
perf tools: Allow all_cpus to be a superset of user_requested_cpus
Adrian Hunter
1
-6
/
+6
2022-05-23
libperf: Add preadn()
Adrian Hunter
2
-0
/
+22
2022-05-23
perf cpumap: Add perf_cpu_map__for_each_idx()
Ian Rogers
1
-0
/
+3
2022-05-10
libperf evlist: Add evsel as a parameter to ->idx()
Adrian Hunter
2
-2
/
+3
2022-05-10
libperf evlist: Move ->idx() into mmap_per_evsel()
Adrian Hunter
1
-6
/
+3
2022-05-10
libperf evlist: Remove ->idx() per_cpu parameter
Adrian Hunter
2
-3
/
+3
2022-05-10
libperf evsel: Add perf_evsel__enable_thread()
Adrian Hunter
2
-0
/
+16
2022-05-05
perf evlist: Clear all_cpus before propagating
Ian Rogers
1
-0
/
+4
2022-04-24
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
1
-2
/
+1
2022-04-24
libperf evsel: Factor out perf_evsel__ioctl()
Adrian Hunter
1
-7
/
+12
2022-04-13
perf tools: Fix segfault accessing sample_id xyarray
Adrian Hunter
1
-2
/
+1
2022-04-01
perf cpumap: More cpu map reuse by merge.
Ian Rogers
1
-10
/
+5
2022-04-01
perf cpumap: Add is_subset function
Ian Rogers
2
-0
/
+21
2022-04-01
perf evlist: Rename cpus to user_requested_cpus
Ian Rogers
2
-15
/
+20
2022-03-31
Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+1
2022-03-27
Merge tag 'perf-tools-for-v5.18-2022-03-26' of git://git.kernel.org/pub/scm/l...
Linus Torvalds
6
-23
/
+77
2022-03-26
libperf tests: Fix typo in perf_evlist__open() failure error messages
Shunsuke Nakamura
1
-4
/
+4
2022-03-24
Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/p...
Linus Torvalds
1
-1
/
+1
2022-02-23
libperf: Add API for allocating new thread map array
Tzvetomir Stoyanov (VMware)
5
-7
/
+61
2022-02-23
libperf: Rename arguments of perf_thread_map APIs
Tzvetomir Stoyanov (VMware)
3
-12
/
+12
2022-02-17
treewide: Replace zero-length arrays with flexible-array members
Gustavo A. R. Silva
1
-1
/
+1
2022-02-16
libperf: Fix perf_cpu_map__for_each_cpu macro
Jiri Olsa
4
-5
/
+18
2022-02-16
libperf: Fix 32-bit build for tests uint64_t printf
Rob Herring
1
-2
/
+3
2022-02-15
kbuild: replace $(if A,A,B) with $(or A,B)
Masahiro Yamada
1
-1
/
+1
2022-02-06
libperf: Add arm64 support to perf_mmap__read_self()
Rob Herring
2
-1
/
+102
2022-01-22
perf cpumap: Migrate to libperf cpumap api
Ian Rogers
1
-2
/
+2
2022-01-14
libperf tests: Update a use of the new cpumap API
Ian Rogers
1
-2
/
+3
2022-01-12
perf cpumap: Give CPUs their own type
Ian Rogers
9
-63
/
+85
2022-01-12
libperf: Sync evsel documentation
Ian Rogers
1
-5
/
+5
2022-01-12
libperf: Allow NULL in perf_cpu_map__idx()
Ian Rogers
1
-1
/
+6
2022-01-12
libperf: Use cpu not index for evsel mmap
Ian Rogers
1
-1
/
+2
2022-01-12
libperf: Switch cpu to more accurate cpu_map_idx
Ian Rogers
2
-48
/
+50
2022-01-12
perf cpumap: Move 'has' function to libperf
Ian Rogers
5
-2
/
+10
2022-01-12
libperf: Add comments to 'struct perf_cpu_map'
Ian Rogers
1
-0
/
+9
2021-12-16
libperf tests: Fix a spelling mistake "Runnnig" -> "Running"
Colin Ian King
1
-1
/
+1
2021-12-07
perf evlist: Allow setting arbitrary leader
Ian Rogers
2
-7
/
+10
2021-12-07
libperf tests: Add test_stat_multiplexing test
Shunsuke Nakamura
1
-0
/
+157
2021-12-07
libperf: Remove scaling process from perf_mmap__read_self()
Shunsuke Nakamura
1
-2
/
+0
2021-12-07
libperf: Adopt perf_counts_values__scale() from tools/perf/util
Shunsuke Nakamura
3
-0
/
+24
2021-10-26
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
2
-6
/
+7
[next]