index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
builtin-record.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-26
perf tools: Fix calloc() arguments to address error introduced in gcc-14
Sun Haiyong
1
-2
/
+2
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
2023-05-06
Revert "perf build: Make BUILD_BPF_SKEL default, rename to NO_BPF_SKEL"
Arnaldo Carvalho de Melo
1
-1
/
+1
2023-03-15
perf bpf filter: Show warning for missing sample flags
Namhyung Kim
1
-1
/
+1
2023-03-15
perf record: Record dropped sample count
Namhyung Kim
1
-14
/
+24
2023-03-14
perf build: Make BUILD_BPF_SKEL default, rename to NO_BPF_SKEL
Ian Rogers
1
-1
/
+1
2023-03-13
perf evlist: Remove nr_groups
Ian Rogers
1
-1
/
+1
2023-03-13
perf record: Reuse target::initial_delay
Changbin Du
1
-6
/
+6
2023-03-13
perf record: Fix "read LOST count failed" msg with sample read
Kan Liang
1
-1
/
+1
2023-02-15
perf record: Fix segfault with --overwrite and --max-size
Yang Jihong
1
-10
/
+6
2022-12-20
perf tools: Fix usage of the verbose variable
Yang Jihong
1
-2
/
+2
2022-12-14
perf evlist: Remove group option.
Ian Rogers
1
-2
/
+0
2022-12-14
perf build: Use libtraceevent from the system
Ian Rogers
1
-0
/
+2
2022-12-05
perf tools: Use dedicated non-atomic clear/set bit helpers
Sean Christopherson
1
-3
/
+3
2022-11-03
perf record: Use sig_atomic_t for signal handlers
Ian Rogers
1
-4
/
+4
2022-10-27
perf tools: Make quiet mode consistent between tools
James Clark
1
-1
/
+1
2022-10-25
perf record: Fix event fd races
Ian Rogers
1
-16
/
+25
2022-10-04
perf tools: Add debug messages and comments for testing
Adrian Hunter
1
-0
/
+8
2022-10-04
perf record: Fix a segfault in record__read_lost_samples()
Namhyung Kim
1
-0
/
+6
2022-10-04
perf record: Read and inject LOST_SAMPLES events
Namhyung Kim
1
-0
/
+64
2022-10-04
perf record: Update use of pthread mutex
Ian Rogers
1
-4
/
+9
2022-10-04
perf record: Allow multiple recording time ranges
Adrian Hunter
1
-2
/
+22
2022-10-04
perf record: Change evlist->ctl_fd to use fdarray_flag__non_perf_event
Adrian Hunter
1
-14
/
+1
2022-10-04
perf record: Fix way of handling non-perf-event pollfds
Adrian Hunter
1
-0
/
+80
2022-09-21
perf record: Fix cpu mask bit setting for mixed mmaps
Adrian Hunter
1
-0
/
+2
2022-09-08
perf record: Fix synthesis failure warnings
Adrian Hunter
1
-2
/
+6
2022-09-06
tools/perf: Fix out of bound access to cpu mask array
Athira Rajeev
1
-6
/
+20
2022-08-12
perf record: Improve error message of -p not_existing_pid
Martin Liška
1
-2
/
+9
2022-06-23
perf record: Add finished init event
Adrian Hunter
1
-0
/
+27
2022-06-23
perf record: Add new option to sample identifier
Adrian Hunter
1
-0
/
+2
2022-06-23
perf record: Always record id index
Adrian Hunter
1
-7
/
+5
2022-06-23
perf record: Always get text_poke events with --kcore option
Adrian Hunter
1
-0
/
+3
[next]