index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
builtin-record.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-28
perf record: Fix incorrect --user-regs comments
Dapeng Mi
1
-1
/
+1
2025-05-16
perf record: Add 8-byte aligned event type PERF_RECORD_COMPRESSED2
Chun-Tse Shao
1
-5
/
+18
2025-05-14
perf evlist: Make uniquifying counter names consistent
Ian Rogers
1
-1
/
+6
2025-05-08
perf evlist: Refactor evlist__scnprintf_evsels()
Ian Rogers
1
-3
/
+6
2025-05-05
perf record --off-cpu: Add --off-cpu-thresh option
Howard Chu
1
-0
/
+26
2025-05-05
perf record --off-cpu: Parse off-cpu event
Howard Chu
1
-0
/
+7
2025-05-02
perf record: Add --sample-mem-info option
Namhyung Kim
1
-0
/
+6
2025-03-02
perf tools: Skip BPF sideband event for userspace profiling
Namhyung Kim
1
-0
/
+3
2025-02-18
perf report: Add --latency flag
Dmitry Vyukov
1
-0
/
+20
2025-02-12
perf sample: Make user_regs and intr_regs optional
Ian Rogers
1
-1
/
+3
2024-12-18
perf tools: Parse aux-action
Adrian Hunter
1
-1
/
+3
2024-12-09
perf trace-event: Always build trace-event-info.c
Ian Rogers
1
-2
/
+0
2024-10-22
perf record: Just use "cycles:P" as the default event
Namhyung Kim
1
-3
/
+1
2024-08-19
perf record: Fix sample cgroup & namespace tracking
Namhyung Kim
1
-6
/
+3
2024-08-12
perf record: Use perf_tool__init()
Ian Rogers
1
-13
/
+20
2024-08-12
perf tool: Constify tool pointers
Ian Rogers
1
-7
/
+7
2024-08-01
perf record: Add --setup-filter option
Namhyung Kim
1
-0
/
+15
2024-08-01
perf record: Fix a potential error handling issue
Namhyung Kim
1
-3
/
+3
2024-08-01
perf bpf-filter: Pass 'target' to perf_bpf_filter__prepare()
Namhyung Kim
1
-1
/
+1
2024-07-12
perf record: Fix memset out-of-range error
Haoze Xie
1
-2
/
+2
2024-06-13
perf record: Ensure space for lost samples
Ian Rogers
1
-25
/
+9
2024-04-26
perf record: Fix comment misspellings
Howard Chu
1
-2
/
+2
2024-04-12
perf dsos: Attempt to better abstract DSOs internals
Ian Rogers
1
-1
/
+1
2024-04-12
perf record: Fix debug message placement for test consumption
Adrian Hunter
1
-2
/
+2
2024-03-21
perf record: Delete session after stopping sideband thread
Ian Rogers
1
-2
/
+2
2024-02-12
Merge branch 'perf-tools' into perf-tools-next
Namhyung Kim
1
-2
/
+2
2024-02-07
perf record: Display data size on pipe mode
Namhyung Kim
1
-1
/
+4
2024-01-26
perf tools: Fix calloc() arguments to address error introduced in gcc-14
Sun Haiyong
1
-2
/
+2
2024-01-22
perf data: Minor code style alignment cleanup
Yang Jihong
1
-3
/
+4
2024-01-22
perf record: Check conflict between '--timestamp-filename' option and pipe mode before recording
Yang Jihong
1
-0
/
+5
2024-01-22
perf record: Fix possible incorrect free in record__switch_output()
Yang Jihong
1
-1
/
+1
2024-01-03
perf record: Reduce memory for recording PERF_RECORD_LOST_SAMPLES event
Ian Rogers
1
-2
/
+4
2023-12-14
perf top: Uniform the event name for the hybrid machine
Kan Liang
1
-27
/
+1
2023-12-12
libperf cpumap: Add for_each_cpu() that skips the "any CPU" case
Ian Rogers
1
-3
/
+1
2023-12-06
perf record: Be lazier in allocating lost samples buffer
Ian Rogers
1
-10
/
+19
2023-12-06
perf evsel: Fallback to "task-clock" when not system wide
Ian Rogers
1
-1
/
+1
2023-11-28
perf mmap: Lazily initialize zstd streams to save memory when not using it
Ian Rogers
1
-7
/
+19
2023-11-09
perf record: Lazy load kernel symbols
Ian Rogers
1
-0
/
+2
2023-09-12
perf record: Track sideband events for all CPUs when tracing selected CPUs
Yang Jihong
1
-1
/
+29
2023-09-12
perf record: Move setting tracking events before record__init_thread_masks()
Yang Jihong
1
-22
/
+37
2023-09-12
perf evlist: Add evlist__findnew_tracking_event() helper
Yang Jihong
1
-8
/
+3
2023-08-15
perf parse-events: Remove BPF event support
Ian Rogers
1
-45
/
+0
2023-05-27
perf pmus: Remove perf_pmus__has_hybrid
Ian Rogers
1
-2
/
+2
2023-05-27
perf pmu: Separate pmu and pmus
Ian Rogers
1
-2
/
+4
2023-05-27
perf pmu: Remove perf_pmu__hybrid_pmus list
Ian Rogers
1
-1
/
+0
2023-05-27
perf evlist: Reduce scope of evlist__has_hybrid
Ian Rogers
1
-1
/
+0
2023-05-27
perf evlist: Remove __evlist__add_default
Ian Rogers
1
-10
/
+3
2023-05-27
perf tools: Warn if no user requested CPUs match PMU's CPUs
Ian Rogers
1
-5
/
+1
2023-05-27
perf target: Remove unused hybrid value
Ian Rogers
1
-2
/
+0
2023-05-15
perf parse-events: Add pmu filter
Ian Rogers
1
-2
/
+11
[next]