index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
builtin-trace.c
Age
Commit message (
Expand
)
Author
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
2022-11-03
perf trace: Use sig_atomic_t to avoid undefined behaviour in a signal handler
Ian Rogers
2022-10-04
perf trace: Fix incorrectly parsed hexadecimal value for flags in filter
Chen Zhongjin
2022-10-04
perf trace: Fix show_arg_names not working for tp arg names
Chen Zhongjin
2022-10-04
perf trace: Use zalloc() to save initialization of syscall_stats
Shang XiaoJing
2022-08-12
perf trace: Fix double word in comments
shaomin Deng
2022-08-02
perf parse-events: Break out tracepoint and printing
Ian Rogers
2022-07-17
perf trace: Fix SIGSEGV when processing syscall args
Naveen N. Rao
2022-02-17
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
2022-02-16
perf trace: Avoid early exit due SIGCHLD from non-workload processes
Changbin Du
2022-02-10
perf report: Output data file name in raw trace dump
Alexey Bayduraev
2022-01-18
Merge tag 'perf-tools-for-v5.17-2022-01-16' of git://git.kernel.org/pub/scm/l...
Linus Torvalds
2022-01-16
Merge tag 'trace-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
2022-01-13
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
2022-01-10
Merge tag '5.17-net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2022-01-10
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
2022-01-07
perf trace: Avoid early exit due to running SIGCHLD handler before it makes s...
Jiri Olsa
2021-12-14
tools/perf: Stop using bpf_object__find_program_by_title API.
Kui-Feng Lee
2021-12-07
perf trace: Enable ignore_missing_thread for trace
Gang Li
2021-12-06
tools/perf: Add '__rel_loc' event field parsing support
Masami Hiramatsu
2021-11-12
perf trace: Beautify the 'level' argument of setsockopt
Arnaldo Carvalho de Melo
2021-11-12
perf trace: Beautify the 'level' argument of getsockopt
Arnaldo Carvalho de Melo
2021-11-07
perf parse-event: Add init and exit to parse_event_error
Ian Rogers
2021-11-07
perf parse-events: Rename parse_events_error functions
Ian Rogers
2021-09-17
perf tools: Allow controlling synthesizing PERF_RECORD_ metadata events durin...
Namhyung Kim
2021-08-02
perf tools: Remove repipe argument from perf_session__new()
Namhyung Kim
2021-08-02
perf trace: Update cmd string table to decode sys_bpf first arg
Wei Li
2021-07-15
perf trace: Free strings in trace__parse_events_option()
Riccardo Mancini
2021-07-15
perf trace: Free syscall tp fields in evsel->priv
Riccardo Mancini
2021-07-15
perf trace: Free syscall->arg_fmt
Riccardo Mancini
[next]