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-trace.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf trace: Fix iteration of syscall ids in syscalltbl->entries
Howard Chu
2024-07-12
1
-7
/
+7
*
Merge remote-tracking branch 'perf-tools' into perf-tools-next
Namhyung Kim
2024-07-02
1
-1
/
+1
|
\
|
*
tools headers UAPI: Sync fcntl.h with the kernel sources to pick F_DUPFD_QUERY
Arnaldo Carvalho de Melo
2024-05-27
1
-1
/
+1
*
|
perf trace beauty: Always show mmap prot even though PROT_NONE
Changbin Du
2024-05-29
1
-3
/
+3
*
|
perf trace beauty: Always show param if show_zero is set
Changbin Du
2024-05-29
1
-22
/
+7
|
/
*
perf dso: Add reference count checking and accessor functions
Ian Rogers
2024-05-06
1
-1
/
+1
*
perf trace: Disable syscall augmentation with record
Ian Rogers
2024-05-04
1
-0
/
+5
*
perf evsel: Use evsel__name_is() helper
Yang Jihong
2024-04-03
1
-2
/
+2
*
perf trace: Fix 'newfstatat'/'fstatat' argument pretty printing
Arnaldo Carvalho de Melo
2024-03-21
1
-3
/
+4
*
perf trace: Beautify the 'flags' arg of unlinkat
Arnaldo Carvalho de Melo
2024-03-21
1
-1
/
+3
*
perf beauty: Introduce faccessat2 flags scnprintf routine
Arnaldo Carvalho de Melo
2024-03-21
1
-0
/
+9
*
perf beauty: Introduce scrape script for various fs syscalls 'flags' arguments
Arnaldo Carvalho de Melo
2024-03-21
1
-1
/
+1
*
perf trace: Collect sys_nanosleep first argument
Arnaldo Carvalho de Melo
2024-03-21
1
-0
/
+2
*
perf trace: Ignore thread hashing in summary
Ian Rogers
2024-03-03
1
-18
/
+23
*
perf env: Introduce perf_env__arch_strerrno()
Arnaldo Carvalho de Melo
2023-12-04
1
-4
/
+2
*
perf trace: Use heuristic when deciding if a syscall tracepoint "const char *...
Arnaldo Carvalho de Melo
2023-08-18
1
-0
/
+13
*
perf trace: Use the augmented_raw_syscall BPF skel only for tracing syscalls
Arnaldo Carvalho de Melo
2023-08-18
1
-2
/
+6
*
perf trace: Migrate BPF augmentation to use a skeleton
Ian Rogers
2023-08-15
1
-64
/
+95
*
perf parse-events: Remove BPF event support
Ian Rogers
2023-08-15
1
-145
/
+1
*
perf trace: Free thread_trace->files table
Arnaldo Carvalho de Melo
2023-07-20
1
-0
/
+14
*
perf trace: Really free the evsel->priv area
Arnaldo Carvalho de Melo
2023-07-20
1
-7
/
+2
*
perf trace: Register a thread priv destructor
Arnaldo Carvalho de Melo
2023-07-20
1
-0
/
+15
*
perf callchain: Use pthread keys for tls callchain_cursor
Ian Rogers
2023-06-12
1
-7
/
+13
*
perf addr_location: Add init/exit/copy functions
Ian Rogers
2023-06-12
1
-3
/
+7
*
perf thread: Add accessor functions for thread
Ian Rogers
2023-06-12
1
-10
/
+16
*
perf thread: Make threads rbtree non-invasive
Ian Rogers
2023-06-12
1
-1
/
+1
*
perf trace: Make some large static arrays const to move it to .data.rel.ro
Ian Rogers
2023-05-28
1
-14
/
+19
*
perf parse-events: Add pmu filter
Ian Rogers
2023-05-15
1
-1
/
+4
*
perf trace: Use zfree() to reduce chances of use after free
Arnaldo Carvalho de Melo
2023-04-12
1
-4
/
+4
*
perf map: Add accessor for dso
Ian Rogers
2023-04-04
1
-1
/
+1
*
perf record: Reuse target::initial_delay
Changbin Du
2023-03-13
1
-4
/
+4
*
perf trace: Reduce #ifdefs for TEP_FIELD_IS_RELATIVE
Ian Rogers
2023-01-19
1
-3
/
+1
*
perf tools: Remove HAVE_LIBTRACEEVENT_TEP_FIELD_IS_RELATIVE
Ian Rogers
2023-01-19
1
-1
/
+1
*
perf build: Properly guard libbpf includes
Ian Rogers
2023-01-10
1
-0
/
+2
*
perf tools: Use "grep -E" instead of "egrep"
Tiezhu Yang
2022-12-14
1
-1
/
+1
*
perf tools: Check if libtracevent has TEP_FIELD_IS_RELATIVE
Arnaldo Carvalho de Melo
2022-12-14
1
-0
/
+2
*
perf build: Use libtraceevent from the system
Ian Rogers
2022-12-14
1
-1
/
+4
*
perf trace: Remove unused bpf map 'syscalls'
Leo Yan
2022-11-23
1
-101
/
+0
*
perf trace: Handle failure when trace point folder is missed
Leo Yan
2022-11-23
1
-7
/
+10
*
perf trace: Return error if a system call doesn't exist
Leo Yan
2022-11-23
1
-2
/
+2
*
perf trace: Use macro RAW_SYSCALL_ARGS_NUM to replace number
Leo Yan
2022-11-23
1
-4
/
+7
*
perf thread_map: Reduce exposure of libperf internal API
Ian Rogers
2022-11-16
1
-2
/
+2
*
perf trace: Add augmenter for clock_gettime's rqtp timespec arg
Arnaldo Carvalho de Melo
2022-11-10
1
-0
/
+2
*
perf trace: Add BPF augmenter to perf_event_open()'s 'struct perf_event_attr'...
Arnaldo Carvalho de Melo
2022-11-07
1
-1
/
+2
*
perf trace: Use sig_atomic_t to avoid undefined behaviour in a signal handler
Ian Rogers
2022-11-03
1
-2
/
+2
*
perf trace: Fix incorrectly parsed hexadecimal value for flags in filter
Chen Zhongjin
2022-10-04
1
-5
/
+2
*
perf trace: Fix show_arg_names not working for tp arg names
Chen Zhongjin
2022-10-04
1
-5
/
+1
*
perf trace: Use zalloc() to save initialization of syscall_stats
Shang XiaoJing
2022-10-04
1
-4
/
+1
*
perf trace: Fix double word in comments
shaomin Deng
2022-08-12
1
-1
/
+1
*
perf parse-events: Break out tracepoint and printing
Ian Rogers
2022-08-02
1
-0
/
+1
[next]