summaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-trace.c
Commit message (Expand)AuthorAgeFilesLines
* perf trace: Use zfree() to reduce chances of use after freeArnaldo Carvalho de Melo2023-04-121-4/+4
* perf map: Add accessor for dsoIan Rogers2023-04-041-1/+1
* perf record: Reuse target::initial_delayChangbin Du2023-03-131-4/+4
* perf trace: Reduce #ifdefs for TEP_FIELD_IS_RELATIVEIan Rogers2023-01-191-3/+1
* perf tools: Remove HAVE_LIBTRACEEVENT_TEP_FIELD_IS_RELATIVEIan Rogers2023-01-191-1/+1
* perf build: Properly guard libbpf includesIan Rogers2023-01-101-0/+2
* perf tools: Use "grep -E" instead of "egrep"Tiezhu Yang2022-12-141-1/+1
* perf tools: Check if libtracevent has TEP_FIELD_IS_RELATIVEArnaldo Carvalho de Melo2022-12-141-0/+2
* perf build: Use libtraceevent from the systemIan Rogers2022-12-141-1/+4
* perf trace: Remove unused bpf map 'syscalls'Leo Yan2022-11-231-101/+0
* perf trace: Handle failure when trace point folder is missedLeo Yan2022-11-231-7/+10
* perf trace: Return error if a system call doesn't existLeo Yan2022-11-231-2/+2
* perf trace: Use macro RAW_SYSCALL_ARGS_NUM to replace numberLeo Yan2022-11-231-4/+7
* perf thread_map: Reduce exposure of libperf internal APIIan Rogers2022-11-161-2/+2
* perf trace: Add augmenter for clock_gettime's rqtp timespec argArnaldo Carvalho de Melo2022-11-101-0/+2
* perf trace: Add BPF augmenter to perf_event_open()'s 'struct perf_event_attr'...Arnaldo Carvalho de Melo2022-11-071-1/+2
* perf trace: Use sig_atomic_t to avoid undefined behaviour in a signal handlerIan Rogers2022-11-031-2/+2
* perf trace: Fix incorrectly parsed hexadecimal value for flags in filterChen Zhongjin2022-10-041-5/+2
* perf trace: Fix show_arg_names not working for tp arg namesChen Zhongjin2022-10-041-5/+1
* perf trace: Use zalloc() to save initialization of syscall_statsShang XiaoJing2022-10-041-4/+1
* perf trace: Fix double word in commentsshaomin Deng2022-08-121-1/+1
* perf parse-events: Break out tracepoint and printingIan Rogers2022-08-021-0/+1
* perf trace: Fix SIGSEGV when processing syscall argsNaveen N. Rao2022-07-171-0/+2
* Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2022-02-171-5/+18
|\
| * perf trace: Avoid early exit due SIGCHLD from non-workload processesChangbin Du2022-02-161-5/+18
* | perf report: Output data file name in raw trace dumpAlexey Bayduraev2022-02-101-1/+1
|/
* Merge tag 'perf-tools-for-v5.17-2022-01-16' of git://git.kernel.org/pub/scm/l...Linus Torvalds2022-01-181-0/+3
|\
| * Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2022-01-131-1/+12
| |\
| * \ Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2022-01-101-1/+1
| |\ \
| * | | perf trace: Enable ignore_missing_thread for traceGang Li2021-12-071-0/+3
* | | | Merge tag 'trace-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2022-01-161-0/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | tools/perf: Add '__rel_loc' event field parsing supportMasami Hiramatsu2021-12-061-0/+2
| |/ /
* | | Merge tag '5.17-net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-01-101-1/+12
|\ \ \ | |_|/ |/| |
| * | tools/perf: Stop using bpf_object__find_program_by_title API.Kui-Feng Lee2021-12-141-1/+12
| |/
* / perf trace: Avoid early exit due to running SIGCHLD handler before it makes s...Jiri Olsa2022-01-071-1/+1
|/
* perf trace: Beautify the 'level' argument of setsockoptArnaldo Carvalho de Melo2021-11-121-0/+2
* perf trace: Beautify the 'level' argument of getsockoptArnaldo Carvalho de Melo2021-11-121-0/+2
* perf parse-event: Add init and exit to parse_event_errorIan Rogers2021-11-071-10/+7
* perf parse-events: Rename parse_events_error functionsIan Rogers2021-11-071-1/+1
* perf tools: Allow controlling synthesizing PERF_RECORD_ metadata events durin...Namhyung Kim2021-09-171-2/+2
* perf tools: Remove repipe argument from perf_session__new()Namhyung Kim2021-08-021-1/+1
* perf trace: Update cmd string table to decode sys_bpf first argWei Li2021-08-021-1/+9
* perf trace: Free strings in trace__parse_events_option()Riccardo Mancini2021-07-151-0/+3
* perf trace: Free syscall tp fields in evsel->privRiccardo Mancini2021-07-151-1/+16
* perf trace: Free syscall->arg_fmtRiccardo Mancini2021-07-151-1/+15
* perf trace: Free malloc'd trace fields on exitRiccardo Mancini2021-07-151-1/+10
* perf trace: Fix race in signal handlingMichael Petlan2021-03-061-3/+2
* perf evlist: Use the right prefix for 'struct evlist' mmap pages parsing methodArnaldo Carvalho de Melo2020-11-301-2/+1
* perf evlist: Use the right prefix for 'struct evlist' event attribute config ...Arnaldo Carvalho de Melo2020-11-301-1/+1
* perf evlist: Use the right prefix for 'struct evlist' create maps methodsArnaldo Carvalho de Melo2020-11-301-1/+1