index
:
asahi-linux.git
20240806-atcphy-rewrite
aic2
asahi
asahi-6.5-rc1-wip
asahi-dcpext-2022-11-12
asahi-soc/base
asahi-soc/dt
asahi-soc/fixes
asahi-soc/for-next
asahi-soc/mailbox
asahi-soc/maintainers
asahi-soc/pmgr
asahi-soc/prev
asahi-soc/soc
asahi-wip
asahi-wip-6.8
atcphy-20230219
audio/testing
base
bases/000-devicetree
bits/000-devicetree
bits/002-backports
bits/005-maintainers
bits/010-soc
bits/020-dart
bits/030-misc
bits/040-dwc3
bits/050-nvme
bits/060-spi
bits/070-audio
bits/080-wifi
bits/090-spi-hid
bits/100-bluetooth
bits/110-smc
bits/120-spmi
bits/130-cpufreq
bits/140-pci
bits/150-xhci-firmware
bits/160-fpwm
bits/170-atcphy
bits/180-sio
bits/200-dcp
bits/210-gpu
bits/220-tso
bits/230-touchbar
bits/240-isp
clk/new
cpufreq/v1
cpufreq/wip
dcp/dptx-fixes
dcp/sleep
dcp/wtf
dp-altmode-WIP
fixes/6.5
fixes/usb-streams-snafu
gpu/base
gpu/clustering-debug
gpu/compute
gpu/explicit-sync
gpu/history-20230305
gpu/history-6.2
gpu/modpost
gpu/new
gpu/new-bits
gpu/omg-it-works
gpu/pin-init-hack
gpu/pin_init_woes
gpu/prev
gpu/rebase-20230224
gpu/rebase-6.4
gpu/rust-1.74-ice
gpu/rust-drm
gpu/rust-for-later
gpu/rust-for-next
gpu/rust-for-next-merged
gpu/rust-next
gpu/rust-rebased
gpu/rust-submitted
gpu/rust-wip
gpu/rust-wip-5.19
gpu/rust-wip-6.3
gpu/uapi-2024-06
gpu/uapi-revamp
isp/heap-alloc
isp/t602x
isp/t602x-v2
kvm-tso
mailbox/i-hate-mailbox
main
misc/dax-fixes
next-base
nvme/suspend
nvme/wip-clocks
pcie/wip-sd-pm
pmgr-stuff
pmgr/dev
pmgr/nvme-merge
rust/makefile-fix
rust/unsafe_pr
smc/rtkit-patches
smc/work
sound/ivsense-fix
sound/ivsense-improvements
sound/speaker-safety
speakers/enablement-READ-COMMIT-MESSAGE
spmi/work
sven/i2c-pasemi-fixes
t6000/bringup-work
t602x/bringup
t8112/bringup
touchpad/wip
tso/fixes
wifi/bcm4388
wifi/take1
wifi/take2
wifi/take3
wifi/take4
wifi/take5
wifi/v2
wifi/v3-wip-asahi
Unnamed repository; edit this file 'description' to name the repository.
Runxi Yu
about
summary
refs
log
tree
commit
diff
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-13
1
-25
/
+9
*
perf record: Fix comment misspellings
Howard Chu
2024-04-26
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]