index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
builtin-trace.c
Age
Commit message (
Expand
)
Author
2024-08-01
perf bpf-filter: Pass 'target' to perf_bpf_filter__prepare()
Namhyung Kim
2024-07-31
perf trace: Remove arg_fmt->is_enum, we can get that from the BTF type
Arnaldo Carvalho de Melo
2024-07-31
perf trace: Introduce trace__btf_scnprintf()
Arnaldo Carvalho de Melo
2024-07-31
perf trace: Filter enum arguments with enum names
Howard Chu
2024-07-31
perf trace: Augment non-syscall tracepoints with enum arguments with BTF
Howard Chu
2024-07-31
perf trace: BTF-based enum pretty printing for syscall args
Howard Chu
2024-07-12
perf trace: Fix iteration of syscall ids in syscalltbl->entries
Howard Chu
2024-07-02
Merge remote-tracking branch 'perf-tools' into perf-tools-next
Namhyung Kim
2024-05-29
perf trace beauty: Always show mmap prot even though PROT_NONE
Changbin Du
2024-05-29
perf trace beauty: Always show param if show_zero is set
Changbin Du
2024-05-27
tools headers UAPI: Sync fcntl.h with the kernel sources to pick F_DUPFD_QUERY
Arnaldo Carvalho de Melo
2024-05-06
perf dso: Add reference count checking and accessor functions
Ian Rogers
2024-05-04
perf trace: Disable syscall augmentation with record
Ian Rogers
2024-04-03
perf evsel: Use evsel__name_is() helper
Yang Jihong
2024-03-21
perf trace: Fix 'newfstatat'/'fstatat' argument pretty printing
Arnaldo Carvalho de Melo
2024-03-21
perf trace: Beautify the 'flags' arg of unlinkat
Arnaldo Carvalho de Melo
2024-03-21
perf beauty: Introduce faccessat2 flags scnprintf routine
Arnaldo Carvalho de Melo
2024-03-21
perf beauty: Introduce scrape script for various fs syscalls 'flags' arguments
Arnaldo Carvalho de Melo
2024-03-21
perf trace: Collect sys_nanosleep first argument
Arnaldo Carvalho de Melo
2024-03-03
perf trace: Ignore thread hashing in summary
Ian Rogers
2023-12-04
perf env: Introduce perf_env__arch_strerrno()
Arnaldo Carvalho de Melo
2023-08-18
perf trace: Use heuristic when deciding if a syscall tracepoint "const char *...
Arnaldo Carvalho de Melo
2023-08-18
perf trace: Use the augmented_raw_syscall BPF skel only for tracing syscalls
Arnaldo Carvalho de Melo
2023-08-15
perf trace: Migrate BPF augmentation to use a skeleton
Ian Rogers
2023-08-15
perf parse-events: Remove BPF event support
Ian Rogers
2023-07-20
perf trace: Free thread_trace->files table
Arnaldo Carvalho de Melo
2023-07-20
perf trace: Really free the evsel->priv area
Arnaldo Carvalho de Melo
2023-07-20
perf trace: Register a thread priv destructor
Arnaldo Carvalho de Melo
2023-06-12
perf callchain: Use pthread keys for tls callchain_cursor
Ian Rogers
2023-06-12
perf addr_location: Add init/exit/copy functions
Ian Rogers
2023-06-12
perf thread: Add accessor functions for thread
Ian Rogers
2023-06-12
perf thread: Make threads rbtree non-invasive
Ian Rogers
2023-05-28
perf trace: Make some large static arrays const to move it to .data.rel.ro
Ian Rogers
2023-05-15
perf parse-events: Add pmu filter
Ian Rogers
2023-04-12
perf trace: Use zfree() to reduce chances of use after free
Arnaldo Carvalho de Melo
2023-04-04
perf map: Add accessor for dso
Ian Rogers
2023-03-13
perf record: Reuse target::initial_delay
Changbin Du
2023-01-19
perf trace: Reduce #ifdefs for TEP_FIELD_IS_RELATIVE
Ian Rogers
2023-01-19
perf tools: Remove HAVE_LIBTRACEEVENT_TEP_FIELD_IS_RELATIVE
Ian Rogers
2023-01-10
perf build: Properly guard libbpf includes
Ian Rogers
2022-12-14
perf tools: Use "grep -E" instead of "egrep"
Tiezhu Yang
2022-12-14
perf tools: Check if libtracevent has TEP_FIELD_IS_RELATIVE
Arnaldo Carvalho de Melo
2022-12-14
perf build: Use libtraceevent from the system
Ian Rogers
2022-11-23
perf trace: Remove unused bpf map 'syscalls'
Leo Yan
2022-11-23
perf trace: Handle failure when trace point folder is missed
Leo Yan
2022-11-23
perf trace: Return error if a system call doesn't exist
Leo Yan
2022-11-23
perf trace: Use macro RAW_SYSCALL_ARGS_NUM to replace number
Leo Yan
2022-11-16
perf thread_map: Reduce exposure of libperf internal API
Ian Rogers
2022-11-10
perf trace: Add augmenter for clock_gettime's rqtp timespec arg
Arnaldo Carvalho de Melo
2022-11-07
perf trace: Add BPF augmenter to perf_event_open()'s 'struct perf_event_attr'...
Arnaldo Carvalho de Melo
[next]