summaryrefslogtreecommitdiff
path: root/tools/perf/builtin-trace.c
AgeCommit message (Expand)Author
2023-04-12perf trace: Use zfree() to reduce chances of use after freeArnaldo Carvalho de Melo
2023-04-04perf map: Add accessor for dsoIan Rogers
2023-03-13perf record: Reuse target::initial_delayChangbin Du
2023-01-19perf trace: Reduce #ifdefs for TEP_FIELD_IS_RELATIVEIan Rogers
2023-01-19perf tools: Remove HAVE_LIBTRACEEVENT_TEP_FIELD_IS_RELATIVEIan Rogers
2023-01-10perf build: Properly guard libbpf includesIan Rogers
2022-12-14perf tools: Use "grep -E" instead of "egrep"Tiezhu Yang
2022-12-14perf tools: Check if libtracevent has TEP_FIELD_IS_RELATIVEArnaldo Carvalho de Melo
2022-12-14perf build: Use libtraceevent from the systemIan Rogers
2022-11-23perf trace: Remove unused bpf map 'syscalls'Leo Yan
2022-11-23perf trace: Handle failure when trace point folder is missedLeo Yan
2022-11-23perf trace: Return error if a system call doesn't existLeo Yan
2022-11-23perf trace: Use macro RAW_SYSCALL_ARGS_NUM to replace numberLeo Yan
2022-11-16perf thread_map: Reduce exposure of libperf internal APIIan Rogers
2022-11-10perf trace: Add augmenter for clock_gettime's rqtp timespec argArnaldo Carvalho de Melo
2022-11-07perf trace: Add BPF augmenter to perf_event_open()'s 'struct perf_event_attr'...Arnaldo Carvalho de Melo
2022-11-03perf trace: Use sig_atomic_t to avoid undefined behaviour in a signal handlerIan Rogers
2022-10-04perf trace: Fix incorrectly parsed hexadecimal value for flags in filterChen Zhongjin
2022-10-04perf trace: Fix show_arg_names not working for tp arg namesChen Zhongjin
2022-10-04perf trace: Use zalloc() to save initialization of syscall_statsShang XiaoJing
2022-08-12perf trace: Fix double word in commentsshaomin Deng
2022-08-02perf parse-events: Break out tracepoint and printingIan Rogers
2022-07-17perf trace: Fix SIGSEGV when processing syscall argsNaveen N. Rao
2022-02-17Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo
2022-02-16perf trace: Avoid early exit due SIGCHLD from non-workload processesChangbin Du
2022-02-10perf report: Output data file name in raw trace dumpAlexey Bayduraev
2022-01-18Merge tag 'perf-tools-for-v5.17-2022-01-16' of git://git.kernel.org/pub/scm/l...Linus Torvalds
2022-01-16Merge tag 'trace-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2022-01-13Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo
2022-01-10Merge tag '5.17-net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2022-01-10Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo
2022-01-07perf trace: Avoid early exit due to running SIGCHLD handler before it makes s...Jiri Olsa
2021-12-14tools/perf: Stop using bpf_object__find_program_by_title API.Kui-Feng Lee
2021-12-07perf trace: Enable ignore_missing_thread for traceGang Li
2021-12-06tools/perf: Add '__rel_loc' event field parsing supportMasami Hiramatsu
2021-11-12perf trace: Beautify the 'level' argument of setsockoptArnaldo Carvalho de Melo
2021-11-12perf trace: Beautify the 'level' argument of getsockoptArnaldo Carvalho de Melo
2021-11-07perf parse-event: Add init and exit to parse_event_errorIan Rogers
2021-11-07perf parse-events: Rename parse_events_error functionsIan Rogers
2021-09-17perf tools: Allow controlling synthesizing PERF_RECORD_ metadata events durin...Namhyung Kim
2021-08-02perf tools: Remove repipe argument from perf_session__new()Namhyung Kim
2021-08-02perf trace: Update cmd string table to decode sys_bpf first argWei Li
2021-07-15perf trace: Free strings in trace__parse_events_option()Riccardo Mancini
2021-07-15perf trace: Free syscall tp fields in evsel->privRiccardo Mancini
2021-07-15perf trace: Free syscall->arg_fmtRiccardo Mancini
2021-07-15perf trace: Free malloc'd trace fields on exitRiccardo Mancini
2021-03-06perf trace: Fix race in signal handlingMichael Petlan
2020-11-30perf evlist: Use the right prefix for 'struct evlist' mmap pages parsing methodArnaldo Carvalho de Melo
2020-11-30perf evlist: Use the right prefix for 'struct evlist' event attribute config ...Arnaldo Carvalho de Melo
2020-11-30perf evlist: Use the right prefix for 'struct evlist' create maps methodsArnaldo Carvalho de Melo