index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
builtin-record.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf record: Fix memset out-of-range error
Haoze Xie
2024-07-12
1
-2
/
+2
*
perf record: Ensure space for lost samples
Ian Rogers
2024-06-14
1
-25
/
+9
*
perf record: Fix comment misspellings
Howard Chu
2024-04-27
1
-2
/
+2
*
perf dsos: Attempt to better abstract DSOs internals
Ian Rogers
2024-04-12
1
-1
/
+1
*
perf record: Fix debug message placement for test consumption
Adrian Hunter
2024-04-12
1
-2
/
+2
*
perf record: Delete session after stopping sideband thread
Ian Rogers
2024-03-21
1
-2
/
+2
*
Merge branch 'perf-tools' into perf-tools-next
Namhyung Kim
2024-02-12
1
-2
/
+2
|
\
|
*
perf tools: Fix calloc() arguments to address error introduced in gcc-14
Sun Haiyong
2024-01-26
1
-2
/
+2
*
|
perf record: Display data size on pipe mode
Namhyung Kim
2024-02-07
1
-1
/
+4
*
|
perf data: Minor code style alignment cleanup
Yang Jihong
2024-01-22
1
-3
/
+4
*
|
perf record: Check conflict between '--timestamp-filename' option and pipe mo...
Yang Jihong
2024-01-22
1
-0
/
+5
*
|
perf record: Fix possible incorrect free in record__switch_output()
Yang Jihong
2024-01-22
1
-1
/
+1
|
/
*
perf record: Reduce memory for recording PERF_RECORD_LOST_SAMPLES event
Ian Rogers
2024-01-03
1
-2
/
+4
*
perf top: Uniform the event name for the hybrid machine
Kan Liang
2023-12-14
1
-27
/
+1
*
libperf cpumap: Add for_each_cpu() that skips the "any CPU" case
Ian Rogers
2023-12-12
1
-3
/
+1
*
perf record: Be lazier in allocating lost samples buffer
Ian Rogers
2023-12-06
1
-10
/
+19
*
perf evsel: Fallback to "task-clock" when not system wide
Ian Rogers
2023-12-06
1
-1
/
+1
*
perf mmap: Lazily initialize zstd streams to save memory when not using it
Ian Rogers
2023-11-28
1
-7
/
+19
*
perf record: Lazy load kernel symbols
Ian Rogers
2023-11-09
1
-0
/
+2
*
perf record: Track sideband events for all CPUs when tracing selected CPUs
Yang Jihong
2023-09-12
1
-1
/
+29
*
perf record: Move setting tracking events before record__init_thread_masks()
Yang Jihong
2023-09-12
1
-22
/
+37
*
perf evlist: Add evlist__findnew_tracking_event() helper
Yang Jihong
2023-09-12
1
-8
/
+3
*
perf parse-events: Remove BPF event support
Ian Rogers
2023-08-15
1
-45
/
+0
*
perf pmus: Remove perf_pmus__has_hybrid
Ian Rogers
2023-05-27
1
-2
/
+2
*
perf pmu: Separate pmu and pmus
Ian Rogers
2023-05-27
1
-2
/
+4
*
perf pmu: Remove perf_pmu__hybrid_pmus list
Ian Rogers
2023-05-27
1
-1
/
+0
*
perf evlist: Reduce scope of evlist__has_hybrid
Ian Rogers
2023-05-27
1
-1
/
+0
*
perf evlist: Remove __evlist__add_default
Ian Rogers
2023-05-27
1
-10
/
+3
*
perf tools: Warn if no user requested CPUs match PMU's CPUs
Ian Rogers
2023-05-27
1
-5
/
+1
*
perf target: Remove unused hybrid value
Ian Rogers
2023-05-27
1
-2
/
+0
*
perf parse-events: Add pmu filter
Ian Rogers
2023-05-15
1
-2
/
+11
*
Revert "perf build: Make BUILD_BPF_SKEL default, rename to NO_BPF_SKEL"
Arnaldo Carvalho de Melo
2023-05-06
1
-1
/
+1
*
perf bpf filter: Show warning for missing sample flags
Namhyung Kim
2023-03-15
1
-1
/
+1
*
perf record: Record dropped sample count
Namhyung Kim
2023-03-15
1
-14
/
+24
*
perf build: Make BUILD_BPF_SKEL default, rename to NO_BPF_SKEL
Ian Rogers
2023-03-14
1
-1
/
+1
*
perf evlist: Remove nr_groups
Ian Rogers
2023-03-13
1
-1
/
+1
*
perf record: Reuse target::initial_delay
Changbin Du
2023-03-13
1
-6
/
+6
*
perf record: Fix "read LOST count failed" msg with sample read
Kan Liang
2023-03-13
1
-1
/
+1
*
perf record: Fix segfault with --overwrite and --max-size
Yang Jihong
2023-02-15
1
-10
/
+6
*
perf tools: Fix usage of the verbose variable
Yang Jihong
2022-12-20
1
-2
/
+2
*
perf evlist: Remove group option.
Ian Rogers
2022-12-14
1
-2
/
+0
*
perf build: Use libtraceevent from the system
Ian Rogers
2022-12-14
1
-0
/
+2
*
perf tools: Use dedicated non-atomic clear/set bit helpers
Sean Christopherson
2022-12-05
1
-3
/
+3
*
perf record: Use sig_atomic_t for signal handlers
Ian Rogers
2022-11-03
1
-4
/
+4
*
perf tools: Make quiet mode consistent between tools
James Clark
2022-10-27
1
-1
/
+1
*
perf record: Fix event fd races
Ian Rogers
2022-10-25
1
-16
/
+25
*
perf tools: Add debug messages and comments for testing
Adrian Hunter
2022-10-04
1
-0
/
+8
*
perf record: Fix a segfault in record__read_lost_samples()
Namhyung Kim
2022-10-04
1
-0
/
+6
*
perf record: Read and inject LOST_SAMPLES events
Namhyung Kim
2022-10-04
1
-0
/
+64
*
perf record: Update use of pthread mutex
Ian Rogers
2022-10-04
1
-4
/
+9
[next]