index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
builtin-trace.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf color: Add printf format checking and resolve issues
Ian Rogers
2024-10-17
1
-1
/
+1
*
perf trace: Keep exited threads for summary
Michael Petlan
2024-10-03
1
-0
/
+4
*
perf trace: Mark the 'head' arg in the set_robust_list syscall as coming from...
Arnaldo Carvalho de Melo
2024-09-11
1
-0
/
+2
*
perf trace: Mark the 'rseq' arg in the rseq syscall as coming from user space
Arnaldo Carvalho de Melo
2024-09-11
1
-0
/
+2
*
perf trace: If a syscall arg is marked as 'const', assume it is coming _from_...
Arnaldo Carvalho de Melo
2024-09-11
1
-1
/
+4
*
perf trace: Mark the rlim arg in the prlimit64 and setrlimit syscalls as comi...
Arnaldo Carvalho de Melo
2024-09-10
1
-2
/
+4
*
perf trace: Support collecting 'union's with the BPF augmenter
Arnaldo Carvalho de Melo
2024-09-10
1
-8
/
+10
*
perf trace: Add --force-btf for debugging
Howard Chu
2024-09-10
1
-1
/
+6
*
perf trace: Pretty print buffer data
Howard Chu
2024-09-10
1
-0
/
+33
*
perf trace: Pretty print struct data
Howard Chu
2024-09-10
1
-5
/
+60
*
perf trace: Add trace__bpf_sys_enter_beauty_map() to prepare for fetching dat...
Howard Chu
2024-09-10
1
-0
/
+110
*
perf trace: Mark bpf's attr as from_user
Arnaldo Carvalho de Melo
2024-09-10
1
-1
/
+2
*
perf trace: Introduce SCA_TIMESPEC_FROM_USER() to set .from_user = true
Arnaldo Carvalho de Melo
2024-09-10
1
-2
/
+2
*
perf trace: Introduce SCA_SOCKADDR_FROM_USER() to set .from_user = true
Arnaldo Carvalho de Melo
2024-09-10
1
-3
/
+3
*
perf trace: Introduce SCA_PERF_ATTR_FROM_USER() to set .from_user = true
Arnaldo Carvalho de Melo
2024-09-10
1
-1
/
+1
*
perf trace: Mark which syscall arguments go from user space to kernel space
Arnaldo Carvalho de Melo
2024-09-10
1
-14
/
+27
*
perf trace: Pass the richer 'struct syscall_arg' pointer to trace__btf_scnpri...
Arnaldo Carvalho de Melo
2024-08-28
1
-4
/
+6
*
perf tool: Constify tool pointers
Ian Rogers
2024-08-12
1
-2
/
+2
*
perf bpf-filter: Pass 'target' to perf_bpf_filter__prepare()
Namhyung Kim
2024-08-01
1
-1
/
+1
*
perf trace: Remove arg_fmt->is_enum, we can get that from the BTF type
Arnaldo Carvalho de Melo
2024-07-31
1
-46
/
+55
*
perf trace: Introduce trace__btf_scnprintf()
Arnaldo Carvalho de Melo
2024-07-31
1
-22
/
+27
*
perf trace: Filter enum arguments with enum names
Howard Chu
2024-07-31
1
-6
/
+56
*
perf trace: Augment non-syscall tracepoints with enum arguments with BTF
Howard Chu
2024-07-31
1
-7
/
+22
*
perf trace: BTF-based enum pretty printing for syscall args
Howard Chu
2024-07-31
1
-4
/
+106
*
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-30
1
-3
/
+3
*
|
perf trace beauty: Always show param if show_zero is set
Changbin Du
2024-05-30
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-04
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
[next]