summaryrefslogtreecommitdiff
path: root/tools/perf/builtin-trace.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-04perf trace: Disable syscall augmentation with recordIan Rogers1-0/+5
2024-04-03perf evsel: Use evsel__name_is() helperYang Jihong1-2/+2
2024-03-21perf trace: Fix 'newfstatat'/'fstatat' argument pretty printingArnaldo Carvalho de Melo1-3/+4
2024-03-21perf trace: Beautify the 'flags' arg of unlinkatArnaldo Carvalho de Melo1-1/+3
2024-03-21perf beauty: Introduce faccessat2 flags scnprintf routineArnaldo Carvalho de Melo1-0/+9
2024-03-21perf beauty: Introduce scrape script for various fs syscalls 'flags' argumentsArnaldo Carvalho de Melo1-1/+1
2024-03-21perf trace: Collect sys_nanosleep first argumentArnaldo Carvalho de Melo1-0/+2
2024-03-04perf trace: Ignore thread hashing in summaryIan Rogers1-18/+23
2023-12-04perf env: Introduce perf_env__arch_strerrno()Arnaldo Carvalho de Melo1-4/+2
2023-08-18perf trace: Use heuristic when deciding if a syscall tracepoint "const char *...Arnaldo Carvalho de Melo1-0/+13
2023-08-18perf trace: Use the augmented_raw_syscall BPF skel only for tracing syscallsArnaldo Carvalho de Melo1-2/+6
2023-08-15perf trace: Migrate BPF augmentation to use a skeletonIan Rogers1-64/+95
2023-08-15perf parse-events: Remove BPF event supportIan Rogers1-145/+1
2023-07-20perf trace: Free thread_trace->files tableArnaldo Carvalho de Melo1-0/+14
2023-07-20perf trace: Really free the evsel->priv areaArnaldo Carvalho de Melo1-7/+2
2023-07-20perf trace: Register a thread priv destructorArnaldo Carvalho de Melo1-0/+15
2023-06-12perf callchain: Use pthread keys for tls callchain_cursorIan Rogers1-7/+13
2023-06-12perf addr_location: Add init/exit/copy functionsIan Rogers1-3/+7
2023-06-12perf thread: Add accessor functions for threadIan Rogers1-10/+16
2023-06-12perf thread: Make threads rbtree non-invasiveIan Rogers1-1/+1
2023-05-28perf trace: Make some large static arrays const to move it to .data.rel.roIan Rogers1-14/+19
2023-05-15perf parse-events: Add pmu filterIan Rogers1-1/+4
2023-04-12perf trace: Use zfree() to reduce chances of use after freeArnaldo Carvalho de Melo1-4/+4
2023-04-04perf map: Add accessor for dsoIan Rogers1-1/+1
2023-03-13perf record: Reuse target::initial_delayChangbin Du1-4/+4
2023-01-19perf trace: Reduce #ifdefs for TEP_FIELD_IS_RELATIVEIan Rogers1-3/+1
2023-01-19perf tools: Remove HAVE_LIBTRACEEVENT_TEP_FIELD_IS_RELATIVEIan Rogers1-1/+1
2023-01-10perf build: Properly guard libbpf includesIan Rogers1-0/+2
2022-12-14perf tools: Use "grep -E" instead of "egrep"Tiezhu Yang1-1/+1
2022-12-14perf tools: Check if libtracevent has TEP_FIELD_IS_RELATIVEArnaldo Carvalho de Melo1-0/+2
2022-12-14perf build: Use libtraceevent from the systemIan Rogers1-1/+4
2022-11-23perf trace: Remove unused bpf map 'syscalls'Leo Yan1-101/+0
2022-11-23perf trace: Handle failure when trace point folder is missedLeo Yan1-7/+10
2022-11-23perf trace: Return error if a system call doesn't existLeo Yan1-2/+2
2022-11-23perf trace: Use macro RAW_SYSCALL_ARGS_NUM to replace numberLeo Yan1-4/+7
2022-11-16perf thread_map: Reduce exposure of libperf internal APIIan Rogers1-2/+2
2022-11-10perf trace: Add augmenter for clock_gettime's rqtp timespec argArnaldo Carvalho de Melo1-0/+2
2022-11-07perf trace: Add BPF augmenter to perf_event_open()'s 'struct perf_event_attr'...Arnaldo Carvalho de Melo1-1/+2
2022-11-03perf trace: Use sig_atomic_t to avoid undefined behaviour in a signal handlerIan Rogers1-2/+2
2022-10-04perf trace: Fix incorrectly parsed hexadecimal value for flags in filterChen Zhongjin1-5/+2
2022-10-04perf trace: Fix show_arg_names not working for tp arg namesChen Zhongjin1-5/+1
2022-10-04perf trace: Use zalloc() to save initialization of syscall_statsShang XiaoJing1-4/+1
2022-08-12perf trace: Fix double word in commentsshaomin Deng1-1/+1
2022-08-02perf parse-events: Break out tracepoint and printingIan Rogers1-0/+1
2022-07-17perf trace: Fix SIGSEGV when processing syscall argsNaveen N. Rao1-0/+2
2022-02-18Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo1-5/+18
2022-02-16perf trace: Avoid early exit due SIGCHLD from non-workload processesChangbin Du1-5/+18
2022-02-10perf report: Output data file name in raw trace dumpAlexey Bayduraev1-1/+1
2022-01-18Merge tag 'perf-tools-for-v5.17-2022-01-16' of git://git.kernel.org/pub/scm/l...Linus Torvalds1-0/+3
2022-01-16Merge tag 'trace-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds1-0/+2