summaryrefslogtreecommitdiff
path: root/tools/perf/builtin-trace.c
AgeCommit message (Expand)Author
2024-07-12perf trace: Fix iteration of syscall ids in syscalltbl->entriesHoward Chu
2024-07-02Merge remote-tracking branch 'perf-tools' into perf-tools-nextNamhyung Kim
2024-05-29perf trace beauty: Always show mmap prot even though PROT_NONEChangbin Du
2024-05-29perf trace beauty: Always show param if show_zero is setChangbin Du
2024-05-27tools headers UAPI: Sync fcntl.h with the kernel sources to pick F_DUPFD_QUERYArnaldo Carvalho de Melo
2024-05-06perf dso: Add reference count checking and accessor functionsIan Rogers
2024-05-04perf trace: Disable syscall augmentation with recordIan Rogers
2024-04-03perf evsel: Use evsel__name_is() helperYang Jihong
2024-03-21perf trace: Fix 'newfstatat'/'fstatat' argument pretty printingArnaldo Carvalho de Melo
2024-03-21perf trace: Beautify the 'flags' arg of unlinkatArnaldo Carvalho de Melo
2024-03-21perf beauty: Introduce faccessat2 flags scnprintf routineArnaldo Carvalho de Melo
2024-03-21perf beauty: Introduce scrape script for various fs syscalls 'flags' argumentsArnaldo Carvalho de Melo
2024-03-21perf trace: Collect sys_nanosleep first argumentArnaldo Carvalho de Melo
2024-03-03perf trace: Ignore thread hashing in summaryIan Rogers
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