index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
lib
/
perf
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-01
libperf: Add gitignore
Charlie Jenkins
1
-0
/
+5
2024-06-14
perf record: Ensure space for lost samples
Ian Rogers
1
-0
/
+6
2024-04-27
perf record: Fix comment misspellings
Howard Chu
1
-1
/
+1
2024-03-21
libperf cpumap: Ensure empty cpumap is NULL from alloc
Ian Rogers
1
-1
/
+5
2024-03-21
libperf cpumap: Add any, empty and min helpers
Ian Rogers
3
-0
/
+47
2024-03-01
libperf evlist: Avoid out-of-bounds access
Ian Rogers
2
-8
/
+14
2023-12-19
libperf cpumap: Document perf_cpu_map__nr()'s behavior
Ian Rogers
1
-0
/
+11
2023-12-12
libperf cpumap: Add for_each_cpu() that skips the "any CPU" case
Ian Rogers
1
-0
/
+6
2023-12-12
libperf cpumap: Replace usage of perf_cpu_map__new(NULL) with perf_cpu_map__n...
Ian Rogers
5
-6
/
+6
2023-12-12
libperf cpumap: Rename perf_cpu_map__empty() to perf_cpu_map__has_any_cpu_or_...
Ian Rogers
5
-7
/
+7
2023-12-12
libperf cpumap: Rename perf_cpu_map__default_new() to perf_cpu_map__new_onlin...
Ian Rogers
4
-27
/
+51
2023-12-12
libperf cpumap: Rename perf_cpu_map__dummy_new() to perf_cpu_map__new_any_cpu()
Ian Rogers
7
-9
/
+9
2023-12-01
libperf: Lazily allocate/size mmap event copy
Ian Rogers
2
-4
/
+19
2023-10-25
libperf rc_check: Add RC_CHK_EQUAL
Ian Rogers
1
-0
/
+7
2023-10-25
libperf rc_check: Make implicit enabling work for GCC
Ian Rogers
1
-1
/
+5
2023-09-12
perf evlist: Add perf_evlist__go_system_wide() helper
Yang Jihong
2
-0
/
+11
2023-08-29
libperf: Get rid of attr.id field
Namhyung Kim
1
-1
/
+7
2023-08-29
libperf: Add perf_record_header_attr_id()
Namhyung Kim
1
-0
/
+4
2023-08-16
libperf: Implement riscv mmap support
Alexandre Ghiti
1
-0
/
+66
2023-05-27
perf evlist: Propagate user CPU maps intersecting core PMU maps
Ian Rogers
2
-8
/
+23
2023-05-27
perf evsel: Add is_pmu_core inorder to interpret own_cpus
Ian Rogers
1
-0
/
+9
2023-05-27
libperf cpumap: Add "any CPU"/dummy test function
Ian Rogers
2
-0
/
+15
2023-05-27
perf cpumap: Add equal function
Ian Rogers
2
-0
/
+23
2023-05-27
perf cpumap: Add internal nr and cpu accessors
Ian Rogers
1
-29
/
+45
2023-05-27
perf cpumap: Add intersect function
Ian Rogers
2
-0
/
+37
2023-05-23
perf stat record: Save cache level information
K Prateek Nayak
1
-1
/
+2
2023-05-23
perf stat: Setup the foundation to allow aggregation based on cache topology
K Prateek Nayak
1
-0
/
+5
2023-04-20
libperf rc_check: Enable implicitly with sanitizers
Ian Rogers
1
-0
/
+8
2023-04-17
perf cpumap: Add reference count checking
Ian Rogers
3
-42
/
+50
2023-04-17
libperf: Add reference count checking macros
Ian Rogers
1
-0
/
+94
2023-04-17
libperf: Add perf_cpu_map__refcnt() interanl accessor to use in the maps test
Arnaldo Carvalho de Melo
2
-3
/
+7
2023-04-12
libperf: Add a perf_cpu_map__set_nr() available as an internal function for t...
Arnaldo Carvalho de Melo
2
-0
/
+7
2023-04-12
libperf: Make perf_cpu_map__alloc() available as an internal function for too...
Ian Rogers
2
-1
/
+2
2023-03-15
perf record: Record dropped sample count
Namhyung Kim
1
-0
/
+2
2023-03-13
perf evlist: Remove nr_groups
Ian Rogers
3
-2
/
+18
2023-03-13
libperf evlist: Avoid a use of evsel idx
Ian Rogers
1
-7
/
+6
2022-12-16
libperf: Fix install_pkgconfig target
Alexander Gordeev
1
-1
/
+1
2022-12-14
tools lib perf: Add dependency test to install_headers
Ian Rogers
1
-21
/
+22
2022-11-20
tools lib perf: Make install_headers clearer
Ian Rogers
1
-1
/
+1
2022-11-16
libperf: Add missing 'struct perf_cpu_map' forward declaration to perf/cpumap.h
Arnaldo Carvalho de Melo
1
-0
/
+2
2022-11-16
libperf: Remove recursive perf/cpumap.h include from perf/cpumap.h
Arnaldo Carvalho de Melo
1
-1
/
+0
2022-11-16
tools lib perf: Add missing install headers
Ian Rogers
1
-1
/
+9
2022-10-14
libperf: Do not include non-UAPI linux/compiler.h header
Arnaldo Carvalho de Melo
1
-3
/
+2
2022-10-06
perf tools: Remove special handling of system-wide evsel
Namhyung Kim
1
-3
/
+0
2022-10-06
libperf: Propagate maps only if necessary
Namhyung Kim
2
-7
/
+5
2022-10-06
libperf: Populate system-wide evsel maps
Namhyung Kim
1
-6
/
+9
2022-10-04
perf tools: Add debug messages and comments for testing
Adrian Hunter
1
-0
/
+2
2022-10-04
perf cpumap: Add range data encoding
Ian Rogers
1
-0
/
+14
2022-10-04
perf events: Prefer union over variable length array
Ian Rogers
1
-1
/
+10
2022-09-28
kallsyms: increase maximum kernel symbol length to 512
Miguel Ojeda
1
-1
/
+1
[next]