index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
builtin-trace.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
perf trace: Fix SIGSEGV when processing syscall args
Naveen N. Rao
2022-07-17
1
-0
/
+2
*
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
2022-02-17
1
-5
/
+18
|
\
|
*
perf trace: Avoid early exit due SIGCHLD from non-workload processes
Changbin Du
2022-02-16
1
-5
/
+18
*
|
perf report: Output data file name in raw trace dump
Alexey Bayduraev
2022-02-10
1
-1
/
+1
|
/
*
Merge tag 'perf-tools-for-v5.17-2022-01-16' of git://git.kernel.org/pub/scm/l...
Linus Torvalds
2022-01-18
1
-0
/
+3
|
\
|
*
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
2022-01-13
1
-1
/
+12
|
|
\
|
*
\
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
2022-01-10
1
-1
/
+1
|
|
\
\
|
*
|
|
perf trace: Enable ignore_missing_thread for trace
Gang Li
2021-12-07
1
-0
/
+3
*
|
|
|
Merge tag 'trace-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
2022-01-16
1
-0
/
+2
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
tools/perf: Add '__rel_loc' event field parsing support
Masami Hiramatsu
2021-12-06
1
-0
/
+2
|
|
/
/
*
|
|
Merge tag '5.17-net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2022-01-10
1
-1
/
+12
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
tools/perf: Stop using bpf_object__find_program_by_title API.
Kui-Feng Lee
2021-12-14
1
-1
/
+12
|
|
/
*
/
perf trace: Avoid early exit due to running SIGCHLD handler before it makes s...
Jiri Olsa
2022-01-07
1
-1
/
+1
|
/
*
perf trace: Beautify the 'level' argument of setsockopt
Arnaldo Carvalho de Melo
2021-11-12
1
-0
/
+2
[next]