index
:
sinitax/cachepc-linux
master
Fork of AMDESE/linux with modifications for CachePC side-channel attack
Louis Burda
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
lib
/
perf
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf tools: Fix segfault accessing sample_id xyarray
Adrian Hunter
2022-04-13
1
-2
/
+1
*
perf cpumap: More cpu map reuse by merge.
Ian Rogers
2022-04-01
1
-10
/
+5
*
perf cpumap: Add is_subset function
Ian Rogers
2022-04-01
2
-0
/
+21
*
perf evlist: Rename cpus to user_requested_cpus
Ian Rogers
2022-04-01
2
-15
/
+20
*
Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2022-03-31
1
-1
/
+1
|
\
|
*
kbuild: replace $(if A,A,B) with $(or A,B)
Masahiro Yamada
2022-02-15
1
-1
/
+1
*
|
Merge tag 'perf-tools-for-v5.18-2022-03-26' of git://git.kernel.org/pub/scm/l...
Linus Torvalds
2022-03-27
6
-23
/
+77
|
\
\
|
*
|
libperf tests: Fix typo in perf_evlist__open() failure error messages
Shunsuke Nakamura
2022-03-26
1
-4
/
+4
|
*
|
libperf: Add API for allocating new thread map array
Tzvetomir Stoyanov (VMware)
2022-02-23
5
-7
/
+61
|
*
|
libperf: Rename arguments of perf_thread_map APIs
Tzvetomir Stoyanov (VMware)
2022-02-23
3
-12
/
+12
*
|
|
Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/p...
Linus Torvalds
2022-03-24
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
treewide: Replace zero-length arrays with flexible-array members
Gustavo A. R. Silva
2022-02-17
1
-1
/
+1
*
|
|
libperf: Fix perf_cpu_map__for_each_cpu macro
Jiri Olsa
2022-02-16
4
-5
/
+18
*
|
|
libperf: Fix 32-bit build for tests uint64_t printf
Rob Herring
2022-02-16
1
-2
/
+3
|
|
/
|
/
|
*
|
libperf: Add arm64 support to perf_mmap__read_self()
Rob Herring
2022-02-06
2
-1
/
+102
|
/
*
perf cpumap: Migrate to libperf cpumap api
Ian Rogers
2022-01-22
1
-2
/
+2
*
libperf tests: Update a use of the new cpumap API
Ian Rogers
2022-01-14
1
-2
/
+3
*
perf cpumap: Give CPUs their own type
Ian Rogers
2022-01-12
9
-63
/
+85
*
libperf: Sync evsel documentation
Ian Rogers
2022-01-12
1
-5
/
+5
*
libperf: Allow NULL in perf_cpu_map__idx()
Ian Rogers
2022-01-12
1
-1
/
+6
*
libperf: Use cpu not index for evsel mmap
Ian Rogers
2022-01-12
1
-1
/
+2
*
libperf: Switch cpu to more accurate cpu_map_idx
Ian Rogers
2022-01-12
2
-48
/
+50
*
perf cpumap: Move 'has' function to libperf
Ian Rogers
2022-01-12
5
-2
/
+10
*
libperf: Add comments to 'struct perf_cpu_map'
Ian Rogers
2022-01-12
1
-0
/
+9
*
libperf tests: Fix a spelling mistake "Runnnig" -> "Running"
Colin Ian King
2021-12-16
1
-1
/
+1
*
perf evlist: Allow setting arbitrary leader
Ian Rogers
2021-12-07
2
-7
/
+10
*
libperf tests: Add test_stat_multiplexing test
Shunsuke Nakamura
2021-12-07
1
-0
/
+157
*
libperf: Remove scaling process from perf_mmap__read_self()
Shunsuke Nakamura
2021-12-07
1
-2
/
+0
*
libperf: Adopt perf_counts_values__scale() from tools/perf/util
Shunsuke Nakamura
2021-12-07
3
-0
/
+24
*
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
2021-10-26
2
-6
/
+7
|
\
|
*
libperf tests: Fix test_stat_cpu
Shunsuke Nakamura
2021-10-14
2
-6
/
+6
|
*
libperf test evsel: Fix build error on !x86 architectures
Shunsuke Nakamura
2021-10-14
1
-0
/
+1
*
|
perf tools: Add support for PERF_RECORD_AUX_OUTPUT_HW_ID
Adrian Hunter
2021-10-20
1
-0
/
+6
*
|
libperf cpumap: Use binary search in perf_cpu_map__idx() as array are sorted
Riccardo Mancini
2021-10-08
1
-4
/
+12
|
/
*
libperf evsel: Make use of FD robust.
Ian Rogers
2021-09-18
1
-23
/
+41
*
libperf cpumap: Take into advantage it is sorted to optimize perf_cpu_map__max()
Riccardo Mancini
2021-08-31
1
-8
/
+2
*
libperf tests: Fix verbose printing
Shunsuke Nakamura
2021-08-24
1
-0
/
+2
*
libperf: Add perf_cpu_map__default_new()
Jin Yao
2021-08-11
2
-0
/
+6
*
libperf: Add tests for perf_evlist__set_leader()
Jiri Olsa
2021-07-09
1
-6
/
+21
*
libperf: Remove BUG_ON() from library code in get_group_fd()
Arnaldo Carvalho de Melo
2021-07-09
1
-7
/
+16
*
libperf: Add group support to perf_evsel__open()
Jiri Olsa
2021-07-09
1
-2
/
+24
*
libperf: Adopt evlist__set_leader() from tools/perf as perf_evlist__set_leader()
Jiri Olsa
2021-07-09
4
-0
/
+24
*
libperf: Move 'nr_groups' from tools/perf to evlist::nr_groups
Jiri Olsa
2021-07-09
1
-0
/
+1
*
libperf: Move 'leader' from tools/perf to perf_evsel::leader
Jiri Olsa
2021-07-09
2
-0
/
+2
*
libperf: Move 'idx' from tools/perf to perf_evsel::idx
Jiri Olsa
2021-07-09
3
-3
/
+8
*
libperf: Change tests to single static and shared binaries
Jiri Olsa
2021-07-07
11
-51
/
+67
*
perf jit: Let convert_timestamp() to be backwards-compatible
Leo Yan
2021-04-29
1
-0
/
+2
*
perf tools: Change fields type in perf_record_time_conv
Leo Yan
2021-04-29
1
-2
/
+3
*
perf util: Move bpf_perf definitions to a libperf header
Song Liu
2021-04-29
1
-0
/
+31
*
libperf xyarray: Add bounds checks to xyarray__entry()
Rob Herring
2021-04-20
1
-1
/
+8
[next]