summaryrefslogtreecommitdiff
path: root/tools/perf/builtin-trace.c
AgeCommit message (Expand)Author
2023-12-04perf env: Introduce perf_env__arch_strerrno()Arnaldo Carvalho de Melo
2023-08-18perf trace: Use heuristic when deciding if a syscall tracepoint "const char *...Arnaldo Carvalho de Melo
2023-08-18perf trace: Use the augmented_raw_syscall BPF skel only for tracing syscallsArnaldo Carvalho de Melo
2023-08-15perf trace: Migrate BPF augmentation to use a skeletonIan Rogers
2023-08-15perf parse-events: Remove BPF event supportIan Rogers
2023-07-20perf trace: Free thread_trace->files tableArnaldo Carvalho de Melo
2023-07-20perf trace: Really free the evsel->priv areaArnaldo Carvalho de Melo
2023-07-20perf trace: Register a thread priv destructorArnaldo Carvalho de Melo
2023-06-12perf callchain: Use pthread keys for tls callchain_cursorIan Rogers
2023-06-12perf addr_location: Add init/exit/copy functionsIan Rogers
2023-06-12perf thread: Add accessor functions for threadIan Rogers
2023-06-12perf thread: Make threads rbtree non-invasiveIan Rogers
2023-05-28perf trace: Make some large static arrays const to move it to .data.rel.roIan Rogers
2023-05-15perf parse-events: Add pmu filterIan Rogers
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