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: Allow multiple recording time ranges
Adrian Hunter
2022-10-04
1
-2
/
+22
*
perf record: Change evlist->ctl_fd to use fdarray_flag__non_perf_event
Adrian Hunter
2022-10-04
1
-14
/
+1
*
perf record: Fix way of handling non-perf-event pollfds
Adrian Hunter
2022-10-04
1
-0
/
+80
*
perf record: Fix cpu mask bit setting for mixed mmaps
Adrian Hunter
2022-09-21
1
-0
/
+2
*
perf record: Fix synthesis failure warnings
Adrian Hunter
2022-09-08
1
-2
/
+6
*
tools/perf: Fix out of bound access to cpu mask array
Athira Rajeev
2022-09-06
1
-6
/
+20
*
perf record: Improve error message of -p not_existing_pid
Martin Liška
2022-08-12
1
-2
/
+9
*
perf record: Add finished init event
Adrian Hunter
2022-06-23
1
-0
/
+27
*
perf record: Add new option to sample identifier
Adrian Hunter
2022-06-23
1
-0
/
+2
*
perf record: Always record id index
Adrian Hunter
2022-06-23
1
-7
/
+5
*
perf record: Always get text_poke events with --kcore option
Adrian Hunter
2022-06-23
1
-0
/
+3
*
perf record: Add cgroup support for off-cpu profiling
Namhyung Kim
2022-05-26
1
-1
/
+1
*
perf record: Implement basic filtering for off-cpu
Namhyung Kim
2022-05-26
1
-1
/
+1
*
perf record: Enable off-cpu analysis with BPF
Namhyung Kim
2022-05-26
1
-0
/
+25
*
perf tools: Allow all_cpus to be a superset of user_requested_cpus
Adrian Hunter
2022-05-26
1
-6
/
+12
*
perf record: Use evlist__add_dummy_on_all_cpus() in record__config_text_poke()
Adrian Hunter
2022-05-26
1
-18
/
+3
*
perf cpumap: Switch to using perf_cpu_map API
Ian Rogers
2022-05-05
1
-6
/
+7
*
perf record: Fix per-thread option
Alexey Bayduraev
2022-04-14
1
-5
/
+17
*
perf evlist: Rename cpus to user_requested_cpus
Ian Rogers
2022-04-01
1
-3
/
+3
*
perf data: Adding error message if perf_data__create_dir() fails
Alexey Bayduraev
2022-02-22
1
-1
/
+3
*
perf record: Implement compatibility checks
Alexey Bayduraev
2022-02-10
1
-3
/
+46
*
perf record: Extend --threads command line option
Alexey Bayduraev
2022-02-10
1
-2
/
+316
*
perf record: Introduce --threads command line option
Alexey Bayduraev
2022-02-10
1
-1
/
+47
*
perf record: Introduce data transferred and compressed stats
Alexey Bayduraev
2022-02-10
1
-3
/
+22
*
perf record: Introduce compressor at mmap buffer object
Alexey Bayduraev
2022-02-10
1
-7
/
+11
*
perf record: Introduce bytes written stats
Alexey Bayduraev
2022-02-10
1
-3
/
+18
*
perf record: Introduce data file at mmap buffer object
Alexey Bayduraev
2022-02-10
1
-5
/
+32
*
perf record: Start threads in the beginning of trace streaming
Alexey Bayduraev
2022-02-10
1
-1
/
+120
*
perf record: Stop threads in the end of trace streaming
Alexey Bayduraev
2022-02-10
1
-0
/
+31
*
perf record: Introduce thread local variable
Alexey Bayduraev
2022-02-10
1
-46
/
+94
*
perf record: Introduce thread specific data array
Alexey Bayduraev
2022-02-10
1
-3
/
+244
*
perf record: Introduce thread affinity and mmap masks
Alexey Bayduraev
2022-02-10
1
-0
/
+123
*
perf record: Disable debuginfod by default
Jiri Olsa
2022-01-15
1
-0
/
+13
*
perf cpumap: Give CPUs their own type
Ian Rogers
2022-01-12
1
-1
/
+1
*
perf tools: Record ARM64 LR register automatically
Alexandre Truong
2021-12-21
1
-0
/
+8
*
perf tools: Check vmlinux/kallsyms arguments in all tools
James Clark
2021-11-07
1
-0
/
+4
*
perf tools: Add support for PERF_RECORD_AUX_OUTPUT_HW_ID
Adrian Hunter
2021-10-20
1
-1
/
+1
*
perf record: Add --synth option
Namhyung Kim
2021-09-17
1
-9
/
+39
*
perf tools: Allow controlling synthesizing PERF_RECORD_ metadata events durin...
Namhyung Kim
2021-09-17
1
-2
/
+4
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-09-08
1
-1
/
+1
|
\
|
*
tools: rename bitmap_alloc() to bitmap_zalloc()
Andy Shevchenko
2021-09-08
1
-1
/
+1
*
|
perf record: Fix wrong comm in system-wide mode with delay
Namhyung Kim
2021-08-30
1
-1
/
+2
*
|
perf tools: Enable on a list of CPUs for hybrid
Jin Yao
2021-08-11
1
-0
/
+7
*
|
perf inject: Fix output from a file to a pipe
Namhyung Kim
2021-08-02
1
-34
/
+4
*
|
perf tools: Remove repipe argument from perf_session__new()
Namhyung Kim
2021-08-02
1
-1
/
+1
|
/
*
perf record: Add a dummy event on hybrid systems to collect metadata records
Kan Liang
2021-07-09
1
-4
/
+5
*
libperf: Move 'nr_groups' from tools/perf to evlist::nr_groups
Jiri Olsa
2021-07-09
1
-1
/
+1
*
libperf: Move 'leader' from tools/perf to perf_evsel::leader
Jiri Olsa
2021-07-09
1
-1
/
+1
*
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
2021-06-22
1
-0
/
+6
|
\
|
*
perf record: Move probing cgroup sampling support
Namhyung Kim
2021-06-01
1
-0
/
+6
[prev]
[next]