| Age | Commit message (Expand) | Author | Files | Lines |
| 13 days | perf trace: Skip internal syscall arguments | Namhyung Kim | 1 | -0/+21 |
| 2025-10-19 | perf trace: Don't synthesize mmaps unless callchains are enabled | Ian Rogers | 1 | -1/+3 |
| 2025-09-19 | perf trace: Fix IS_ERR() vs NULL check bug | Fushuai Wang | 1 | -2/+2 |
| 2025-09-19 | perf trace: Add --max-summary option | Namhyung Kim | 1 | -1/+9 |
| 2025-07-25 | perf trace: Avoid global perf_env with evsel__env | Ian Rogers | 1 | -9/+3 |
| 2025-07-25 | perf machine: Explicitly pass in host perf_env | Ian Rogers | 1 | -7/+17 |
| 2025-07-25 | perf session: Add accessor for session->header.env | Ian Rogers | 1 | -1/+1 |
| 2025-06-26 | perf trace: Split BPF skel code to util/bpf_trace_augment.c | Namhyung Kim | 1 | -139/+48 |
| 2025-06-24 | perf trace: Add missed freeing of ordered events and thread | Ian Rogers | 1 | -5/+5 |
| 2025-06-24 | perf trace: Show zero value in STRARRAY | Namhyung Kim | 1 | -2/+4 |
| 2025-06-09 | perf target: Remove uid from target | Ian Rogers | 1 | -1/+0 |
| 2025-06-09 | perf trace: Switch user option to use BPF filter | Ian Rogers | 1 | -9/+17 |
| 2025-05-29 | perf trace: Set errpid to false for rseq and set_robust_list | Anubhav Shelat | 1 | -2/+2 |
| 2025-05-28 | perf trace: Always print return value for syscalls returning a pid | Anubhav Shelat | 1 | -1/+1 |
| 2025-05-13 | perf trace: Support --summary-mode=cgroup | Namhyung Kim | 1 | -1/+9 |
| 2025-05-08 | perf trace: Fix leaks of 'struct thread' in set_filter_loop_pids() | Namhyung Kim | 1 | -0/+3 |
| 2025-05-08 | perf trace: Fix leaks of 'struct thread' in fprintf_sys_enter() | Namhyung Kim | 1 | -1/+1 |
| 2025-05-08 | perf trace: Free the files.max entry in files->table | Ian Rogers | 1 | -1/+2 |
| 2025-04-28 | perf trace: Implement syscall summary in BPF | Namhyung Kim | 1 | -12/+42 |
| 2025-03-24 | perf trace: Fix wrong size to bpf_map__update_elem call | Thomas Richter | 1 | -2/+4 |
| 2025-03-20 | perf trace: Fix evlist memory leak | Ian Rogers | 1 | -2/+6 |
| 2025-03-20 | perf trace: Fix BTF memory leak | Ian Rogers | 1 | -0/+4 |
| 2025-03-20 | perf trace: Make syscall table stable | Ian Rogers | 1 | -34/+53 |
| 2025-03-20 | perf thread: Add support for reading the e_machine type for a thread | Ian Rogers | 1 | -21/+22 |
| 2025-03-20 | perf syscalltbl: Remove struct syscalltbl | Ian Rogers | 1 | -42/+64 |
| 2025-03-20 | perf trace: Reorganize syscalls | Ian Rogers | 1 | -65/+132 |
| 2025-02-27 | perf trace: Add missing perf_tool__init() | Athira Rajeev | 1 | -0/+1 |
| 2025-02-12 | perf sample: Make user_regs and intr_regs optional | Ian Rogers | 1 | -1/+4 |
| 2025-02-12 | perf trace: Add --summary-mode option | Namhyung Kim | 1 | -19/+110 |
| 2025-02-12 | perf trace: Convert syscall_stats to hashmap | Namhyung Kim | 1 | -29/+86 |
| 2025-02-12 | perf trace: Allocate syscall stats only if summary is on | Namhyung Kim | 1 | -10/+11 |
| 2025-02-05 | Merge tag 'v6.14-rc1' into perf-tools-next | Namhyung Kim | 1 | -1/+5 |
| 2025-01-28 | perf trace: Fix runtime error of index out of bounds | Howard Chu | 1 | -1/+5 |
| 2025-01-24 | perf trace: Fix return value of trace__fprintf_tp_fields | Benjamin Peterson | 1 | -1/+1 |
| 2025-01-10 | perf trace: Fix unaligned access for augmented args | Namhyung Kim | 1 | -4/+17 |
| 2025-01-10 | perf tools: Remove dependency on libaudit | Charlie Jenkins | 1 | -30/+0 |
| 2024-12-18 | perf env: Move arch errno function to only use in env | Ian Rogers | 1 | -1/+0 |
| 2024-12-09 | perf evsel: Add/use accessor for tp_format | Ian Rogers | 1 | -23/+56 |
| 2024-11-14 | perf trace: Avoid garbage when not printing a syscall's arguments | Benjamin Peterson | 1 | -2/+3 |
| 2024-11-14 | perf trace: Do not lose last events in a race | Benjamin Peterson | 1 | -7/+2 |
| 2024-11-14 | perf trace: Fix tracing itself, creating feedback loops | Howard Chu | 1 | -0/+3 |
| 2024-11-08 | perf build: Include libtraceevent headers directly indicated by pkg-config | Yicong Yang | 1 | -1/+1 |
| 2024-11-05 | perf trace: avoid garbage when not printing a trace event's arguments | Benjamin Peterson | 1 | -1/+1 |
| 2024-11-03 | Merge 'origin/master' into perf-tools-next | Namhyung Kim | 1 | -1/+1 |
| 2024-10-17 | perf color: Add printf format checking and resolve issues | Ian Rogers | 1 | -1/+1 |
| 2024-10-17 | perf trace: The return from 'write' isn't a pid | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2024-10-02 | perf trace: Keep exited threads for summary | Michael Petlan | 1 | -0/+4 |
| 2024-09-11 | perf trace: Mark the 'head' arg in the set_robust_list syscall as coming from...perf-tools-for-v6.12-1-2024-09-19 | Arnaldo Carvalho de Melo | 1 | -0/+2 |
| 2024-09-11 | perf trace: Mark the 'rseq' arg in the rseq syscall as coming from user space | Arnaldo Carvalho de Melo | 1 | -0/+2 |
| 2024-09-11 | perf trace: If a syscall arg is marked as 'const', assume it is coming _from_... | Arnaldo Carvalho de Melo | 1 | -1/+4 |
| 2024-09-10 | perf trace: Mark the rlim arg in the prlimit64 and setrlimit syscalls as comi... | Arnaldo Carvalho de Melo | 1 | -2/+4 |
| 2024-09-10 | perf trace: Support collecting 'union's with the BPF augmenter | Arnaldo Carvalho de Melo | 1 | -8/+10 |
| 2024-09-10 | perf trace: Add --force-btf for debugging | Howard Chu | 1 | -1/+6 |
| 2024-09-10 | perf trace: Pretty print buffer data | Howard Chu | 1 | -0/+33 |
| 2024-09-10 | perf trace: Pretty print struct data | Howard Chu | 1 | -5/+60 |
| 2024-09-10 | perf trace: Add trace__bpf_sys_enter_beauty_map() to prepare for fetching dat... | Howard Chu | 1 | -0/+110 |
| 2024-09-10 | perf trace: Mark bpf's attr as from_user | Arnaldo Carvalho de Melo | 1 | -1/+2 |
| 2024-09-09 | perf trace: Introduce SCA_TIMESPEC_FROM_USER() to set .from_user = true | Arnaldo Carvalho de Melo | 1 | -2/+2 |
| 2024-09-09 | perf trace: Introduce SCA_SOCKADDR_FROM_USER() to set .from_user = true | Arnaldo Carvalho de Melo | 1 | -3/+3 |
| 2024-09-09 | perf trace: Introduce SCA_PERF_ATTR_FROM_USER() to set .from_user = true | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2024-09-09 | perf trace: Mark which syscall arguments go from user space to kernel space | Arnaldo Carvalho de Melo | 1 | -14/+27 |
| 2024-08-28 | perf trace: Pass the richer 'struct syscall_arg' pointer to trace__btf_scnpri... | Arnaldo Carvalho de Melo | 1 | -4/+6 |
| 2024-08-12 | perf tool: Constify tool pointers | Ian Rogers | 1 | -2/+2 |
| 2024-08-01 | perf bpf-filter: Pass 'target' to perf_bpf_filter__prepare() | Namhyung Kim | 1 | -1/+1 |
| 2024-07-31 | perf trace: Remove arg_fmt->is_enum, we can get that from the BTF type | Arnaldo Carvalho de Melo | 1 | -46/+55 |
| 2024-07-31 | perf trace: Introduce trace__btf_scnprintf() | Arnaldo Carvalho de Melo | 1 | -22/+27 |
| 2024-07-31 | perf trace: Filter enum arguments with enum names | Howard Chu | 1 | -6/+56 |
| 2024-07-31 | perf trace: Augment non-syscall tracepoints with enum arguments with BTF | Howard Chu | 1 | -7/+22 |
| 2024-07-31 | perf trace: BTF-based enum pretty printing for syscall args | Howard Chu | 1 | -4/+106 |
| 2024-07-12 | perf trace: Fix iteration of syscall ids in syscalltbl->entries | Howard Chu | 1 | -7/+7 |
| 2024-07-02 | Merge remote-tracking branch 'perf-tools' into perf-tools-next | Namhyung Kim | 1 | -1/+1 |
| 2024-05-29 | perf trace beauty: Always show mmap prot even though PROT_NONE | Changbin Du | 1 | -3/+3 |
| 2024-05-29 | perf trace beauty: Always show param if show_zero is set | Changbin Du | 1 | -22/+7 |
| 2024-05-27 | tools headers UAPI: Sync fcntl.h with the kernel sources to pick F_DUPFD_QUERY | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2024-05-06 | perf dso: Add reference count checking and accessor functions | Ian Rogers | 1 | -1/+1 |
| 2024-05-04 | perf trace: Disable syscall augmentation with record | Ian Rogers | 1 | -0/+5 |
| 2024-04-03 | perf evsel: Use evsel__name_is() helper | Yang Jihong | 1 | -2/+2 |
| 2024-03-21 | perf trace: Fix 'newfstatat'/'fstatat' argument pretty printing | Arnaldo Carvalho de Melo | 1 | -3/+4 |
| 2024-03-21 | perf trace: Beautify the 'flags' arg of unlinkat | Arnaldo Carvalho de Melo | 1 | -1/+3 |
| 2024-03-21 | perf beauty: Introduce faccessat2 flags scnprintf routine | Arnaldo Carvalho de Melo | 1 | -0/+9 |
| 2024-03-21 | perf beauty: Introduce scrape script for various fs syscalls 'flags' arguments | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2024-03-21 | perf trace: Collect sys_nanosleep first argument | Arnaldo Carvalho de Melo | 1 | -0/+2 |
| 2024-03-03 | perf trace: Ignore thread hashing in summary | Ian Rogers | 1 | -18/+23 |
| 2023-12-04 | perf env: Introduce perf_env__arch_strerrno() | Arnaldo Carvalho de Melo | 1 | -4/+2 |
| 2023-08-18 | perf trace: Use heuristic when deciding if a syscall tracepoint "const char *... | Arnaldo Carvalho de Melo | 1 | -0/+13 |
| 2023-08-18 | perf trace: Use the augmented_raw_syscall BPF skel only for tracing syscalls | Arnaldo Carvalho de Melo | 1 | -2/+6 |
| 2023-08-15 | perf trace: Migrate BPF augmentation to use a skeleton | Ian Rogers | 1 | -64/+95 |
| 2023-08-15 | perf parse-events: Remove BPF event support | Ian Rogers | 1 | -145/+1 |
| 2023-07-20 | perf trace: Free thread_trace->files table | Arnaldo Carvalho de Melo | 1 | -0/+14 |
| 2023-07-20 | perf trace: Really free the evsel->priv area | Arnaldo Carvalho de Melo | 1 | -7/+2 |
| 2023-07-20 | perf trace: Register a thread priv destructor | Arnaldo Carvalho de Melo | 1 | -0/+15 |
| 2023-06-12 | perf callchain: Use pthread keys for tls callchain_cursor | Ian Rogers | 1 | -7/+13 |
| 2023-06-12 | perf addr_location: Add init/exit/copy functions | Ian Rogers | 1 | -3/+7 |
| 2023-06-12 | perf thread: Add accessor functions for thread | Ian Rogers | 1 | -10/+16 |
| 2023-06-12 | perf thread: Make threads rbtree non-invasive | Ian Rogers | 1 | -1/+1 |
| 2023-05-28 | perf trace: Make some large static arrays const to move it to .data.rel.ro | Ian Rogers | 1 | -14/+19 |
| 2023-05-15 | perf parse-events: Add pmu filter | Ian Rogers | 1 | -1/+4 |
| 2023-04-12 | perf trace: Use zfree() to reduce chances of use after free | Arnaldo Carvalho de Melo | 1 | -4/+4 |
| 2023-04-04 | perf map: Add accessor for dso | Ian Rogers | 1 | -1/+1 |
| 2023-03-13 | perf record: Reuse target::initial_delay | Changbin Du | 1 | -4/+4 |
| 2023-01-19 | perf trace: Reduce #ifdefs for TEP_FIELD_IS_RELATIVE | Ian Rogers | 1 | -3/+1 |
| 2023-01-19 | perf tools: Remove HAVE_LIBTRACEEVENT_TEP_FIELD_IS_RELATIVE | Ian Rogers | 1 | -1/+1 |
| 2023-01-10 | perf build: Properly guard libbpf includes | Ian Rogers | 1 | -0/+2 |
| 2022-12-14 | perf tools: Use "grep -E" instead of "egrep" | Tiezhu Yang | 1 | -1/+1 |
| 2022-12-14 | perf tools: Check if libtracevent has TEP_FIELD_IS_RELATIVE | Arnaldo Carvalho de Melo | 1 | -0/+2 |
| 2022-12-14 | perf build: Use libtraceevent from the system | Ian Rogers | 1 | -1/+4 |
| 2022-11-23 | perf trace: Remove unused bpf map 'syscalls' | Leo Yan | 1 | -101/+0 |
| 2022-11-23 | perf trace: Handle failure when trace point folder is missed | Leo Yan | 1 | -7/+10 |
| 2022-11-23 | perf trace: Return error if a system call doesn't exist | Leo Yan | 1 | -2/+2 |
| 2022-11-23 | perf trace: Use macro RAW_SYSCALL_ARGS_NUM to replace number | Leo Yan | 1 | -4/+7 |
| 2022-11-16 | perf thread_map: Reduce exposure of libperf internal API | Ian Rogers | 1 | -2/+2 |
| 2022-11-10 | perf trace: Add augmenter for clock_gettime's rqtp timespec arg | Arnaldo Carvalho de Melo | 1 | -0/+2 |
| 2022-11-07 | perf trace: Add BPF augmenter to perf_event_open()'s 'struct perf_event_attr'... | Arnaldo Carvalho de Melo | 1 | -1/+2 |
| 2022-11-03 | perf trace: Use sig_atomic_t to avoid undefined behaviour in a signal handler | Ian Rogers | 1 | -2/+2 |
| 2022-10-04 | perf trace: Fix incorrectly parsed hexadecimal value for flags in filter | Chen Zhongjin | 1 | -5/+2 |
| 2022-10-04 | perf trace: Fix show_arg_names not working for tp arg names | Chen Zhongjin | 1 | -5/+1 |
| 2022-10-04 | perf trace: Use zalloc() to save initialization of syscall_stats | Shang XiaoJing | 1 | -4/+1 |
| 2022-08-12 | perf trace: Fix double word in comments | shaomin Deng | 1 | -1/+1 |
| 2022-08-02 | perf parse-events: Break out tracepoint and printing | Ian Rogers | 1 | -0/+1 |
| 2022-07-17 | perf trace: Fix SIGSEGV when processing syscall args | Naveen N. Rao | 1 | -0/+2 |
| 2022-02-17 | Merge remote-tracking branch 'torvalds/master' into perf/core | Arnaldo Carvalho de Melo | 1 | -5/+18 |
| 2022-02-16 | perf trace: Avoid early exit due SIGCHLD from non-workload processes | Changbin Du | 1 | -5/+18 |
| 2022-02-10 | perf report: Output data file name in raw trace dump | Alexey Bayduraev | 1 | -1/+1 |
| 2022-01-18 | Merge tag 'perf-tools-for-v5.17-2022-01-16' of git://git.kernel.org/pub/scm/l... | Linus Torvalds | 1 | -0/+3 |
| 2022-01-16 | Merge tag 'trace-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost... | Linus Torvalds | 1 | -0/+2 |
| 2022-01-13 | Merge remote-tracking branch 'torvalds/master' into perf/core | Arnaldo Carvalho de Melo | 1 | -1/+12 |
| 2022-01-10 | Merge tag '5.17-net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 1 | -1/+12 |
| 2022-01-10 | Merge remote-tracking branch 'torvalds/master' into perf/core | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2022-01-07 | perf trace: Avoid early exit due to running SIGCHLD handler before it makes s... | Jiri Olsa | 1 | -1/+1 |
| 2021-12-14 | tools/perf: Stop using bpf_object__find_program_by_title API. | Kui-Feng Lee | 1 | -1/+12 |
| 2021-12-07 | perf trace: Enable ignore_missing_thread for trace | Gang Li | 1 | -0/+3 |
| 2021-12-06 | tools/perf: Add '__rel_loc' event field parsing support | Masami Hiramatsu | 1 | -0/+2 |
| 2021-11-12 | perf trace: Beautify the 'level' argument of setsockopt | Arnaldo Carvalho de Melo | 1 | -0/+2 |
| 2021-11-12 | perf trace: Beautify the 'level' argument of getsockopt | Arnaldo Carvalho de Melo | 1 | -0/+2 |
| 2021-11-07 | perf parse-event: Add init and exit to parse_event_error | Ian Rogers | 1 | -10/+7 |
| 2021-11-07 | perf parse-events: Rename parse_events_error functions | Ian Rogers | 1 | -1/+1 |
| 2021-09-17 | perf tools: Allow controlling synthesizing PERF_RECORD_ metadata events durin... | Namhyung Kim | 1 | -2/+2 |
| 2021-08-02 | perf tools: Remove repipe argument from perf_session__new() | Namhyung Kim | 1 | -1/+1 |
| 2021-08-02 | perf trace: Update cmd string table to decode sys_bpf first arg | Wei Li | 1 | -1/+9 |
| 2021-07-15 | perf trace: Free strings in trace__parse_events_option() | Riccardo Mancini | 1 | -0/+3 |
| 2021-07-15 | perf trace: Free syscall tp fields in evsel->priv | Riccardo Mancini | 1 | -1/+16 |
| 2021-07-15 | perf trace: Free syscall->arg_fmt | Riccardo Mancini | 1 | -1/+15 |
| 2021-07-15 | perf trace: Free malloc'd trace fields on exit | Riccardo Mancini | 1 | -1/+10 |
| 2021-03-06 | perf trace: Fix race in signal handling | Michael Petlan | 1 | -3/+2 |
| 2020-11-30 | perf evlist: Use the right prefix for 'struct evlist' mmap pages parsing method | Arnaldo Carvalho de Melo | 1 | -2/+1 |
| 2020-11-30 | perf evlist: Use the right prefix for 'struct evlist' event attribute config ... | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2020-11-30 | perf evlist: Use the right prefix for 'struct evlist' create maps methods | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2020-11-30 | perf evlist: Use the right prefix for 'struct evlist' sample id lookup methods | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2020-11-30 | perf evlist: Use the right prefix for 'struct evlist' 'find' methods | Arnaldo Carvalho de Melo | 1 | -9/+5 |
| 2020-11-30 | perf evlist: Use the right prefix for 'struct evlist' sample parsing methods | Arnaldo Carvalho de Melo | 1 | -3/+2 |
| 2020-11-30 | perf evlist: Use the right prefix for 'struct evlist' 'filter' methods | Arnaldo Carvalho de Melo | 1 | -4/+4 |
| 2020-11-30 | perf evlist: Use the right prefix for 'struct evlist' 'workload' methods | Arnaldo Carvalho de Melo | 1 | -4/+3 |
| 2020-11-03 | perf trace: Fix segfault when trying to trace events by cgroup | Stanislav Ivanichkin | 1 | -6/+9 |
| 2020-10-13 | perf trace: Fix off by ones in memset() after realloc() in arches using libaudit | Jiri Slaby | 1 | -1/+5 |
| 2020-08-04 | perf record: Extend -D,--delay option with -1 value | Alexey Budankov | 1 | -1/+1 |
| 2020-06-22 | perf evlist: Fix the class prefix for 'struct evlist' strerror methods | Arnaldo Carvalho de Melo | 1 | -2/+2 |
| 2020-06-22 | perf evlist: Fix the class prefix for 'struct evlist' 'add' evsel methods | Arnaldo Carvalho de Melo | 1 | -2/+1 |
| 2020-05-29 | perf trace: Grow the syscall table as needed when using libaudit | Arnaldo Carvalho de Melo | 1 | -1/+27 |
| 2020-05-28 | perf trace: Fix compilation error for make NO_LIBBPF=1 DEBUG=1 | Jiri Olsa | 1 | -20/+34 |
| 2020-05-28 | perf evsel: Rename perf_evsel__new*() to evsel__new*() | Arnaldo Carvalho de Melo | 1 | -5/+5 |
| 2020-05-05 | perf trace: Rename perf_evsel__*() operating on 'struct evsel *' to evsel__*() | Arnaldo Carvalho de Melo | 1 | -29/+25 |
| 2020-05-05 | perf evsel: Rename perf_evsel__env() to evsel__env() | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2020-05-05 | perf evsel: Rename perf_evsel__is_*() to evsel__is*() | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2020-05-05 | perf evsel: Rename perf_evsel__{str,int}val() and other tracepoint field mete... | Arnaldo Carvalho de Melo | 1 | -10/+10 |
| 2020-05-05 | perf evsel: Rename perf_evsel__*filter*() to evsel__*filter*() | Arnaldo Carvalho de Melo | 1 | -4/+3 |
| 2020-05-05 | perf evsel: Rename *perf_evsel__*name() to *evsel__*name() | Arnaldo Carvalho de Melo | 1 | -11/+11 |
| 2020-05-05 | perf evsel: Rename perf_evsel__config*() to evsel__config*() | Arnaldo Carvalho de Melo | 1 | -4/+4 |
| 2020-02-11 | perf trace: Resolve prctl's 'option' arg strings to numbers | Arnaldo Carvalho de Melo | 1 | -1/+3 |
| 2019-11-18 | perf parse: Report initial event parsing error | Ian Rogers | 1 | -4/+12 |
| 2019-10-19 | perf trace: Use STUL_STRARRAY_FLAGS with mmap | Arnaldo Carvalho de Melo | 1 | -1/+3 |
| 2019-10-19 | perf trace: Wire up strarray__strtoul_flags() | Arnaldo Carvalho de Melo | 1 | -0/+6 |
| 2019-10-19 | libbeauty: Introduce strarray__strtoul_flags() | Arnaldo Carvalho de Melo | 1 | -1/+44 |
| 2019-10-19 | perf trace: Use strtoul for the fcntl 'cmd' argument | Arnaldo Carvalho de Melo | 1 | -1/+2 |
| 2019-10-19 | libbeauty: Introduce syscall_arg__strtoul_strarrays() | Arnaldo Carvalho de Melo | 1 | -0/+5 |
| 2019-10-19 | perf trace: Pass a syscall_arg to syscall_arg_fmt->strtoul() | Arnaldo Carvalho de Melo | 1 | -1/+5 |
| 2019-10-18 | perf trace: Honour --max-events in processing syscalls:sys_enter_* | Arnaldo Carvalho de Melo | 1 | -6/+7 |
| 2019-10-18 | libbeauty: Introduce syscall_arg__strtoul_strarray() | Arnaldo Carvalho de Melo | 1 | -0/+6 |
| 2019-10-18 | perf trace: Initialize evsel_trace->fmt for syscalls:sys_enter_* tracepoints | Arnaldo Carvalho de Melo | 1 | -0/+23 |
| 2019-10-17 | perf trace: Introduce 'struct evsel__trace' for evsel->priv needs | Arnaldo Carvalho de Melo | 1 | -6/+48 |
| 2019-10-17 | perf trace: Hide evsel->access further, simplify code | Arnaldo Carvalho de Melo | 1 | -26/+31 |
| 2019-10-17 | perf trace: Introduce accessors to trace specific evsel->priv | Arnaldo Carvalho de Melo | 1 | -11/+32 |
| 2019-10-17 | perf trace: Show error message when not finding a field used in a filter expr... | Arnaldo Carvalho de Melo | 1 | -2/+2 |
| 2019-10-15 | perf trace: Hook the 'vec' tracepoint argument with the x86 IRQ vectors scnpr... | Arnaldo Carvalho de Melo | 1 | -1/+2 |
| 2019-10-15 | libbeauty: Add a strarray__scnprintf_suffix() method | Arnaldo Carvalho de Melo | 1 | -0/+14 |
| 2019-10-15 | perf trace: Support tracepoint dynamic char arrays | Arnaldo Carvalho de Melo | 1 | -5/+14 |
| 2019-10-15 | perf trace: Filter own pid to avoid a feedback look in 'perf trace record -a' | Arnaldo Carvalho de Melo | 1 | -8/+16 |
| 2019-10-15 | perf trace: Introduce --errno-summary | Arnaldo Carvalho de Melo | 1 | -4/+47 |
| 2019-10-15 | perf trace: Add syscall failure stats to -s/--summary and -S/--with-summary | Arnaldo Carvalho de Melo | 1 | -24/+34 |
| 2019-10-10 | libperf: Adopt perf_mmap__read_event() from tools/perf | Jiri Olsa | 1 | -1/+1 |
| 2019-10-10 | libperf: Adopt perf_mmap__read_done() from tools/perf | Jiri Olsa | 1 | -1/+1 |
| 2019-10-10 | libperf: Adopt perf_mmap__read_init() from tools/perf | Jiri Olsa | 1 | -1/+1 |
| 2019-10-10 | libperf: Adopt perf_mmap__consume() function from tools/perf | Jiri Olsa | 1 | -1/+2 |
| 2019-10-09 | perf beauty: Introduce strtoul() for x86 MSRs | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2019-10-09 | perf trace: Expand strings in filters to integers | Arnaldo Carvalho de Melo | 1 | -0/+130 |
| 2019-10-09 | perf trace: Introduce a strtoul() method for 'struct strarrays' | Arnaldo Carvalho de Melo | 1 | -0/+28 |
| 2019-10-09 | perf trace: Add a strtoul() method to 'struct syscall_arg_fmt' | Arnaldo Carvalho de Melo | 1 | -1/+7 |
| 2019-10-09 | perf trace: Introduce --filter for tracepoint events | Arnaldo Carvalho de Melo | 1 | -3/+5 |
| 2019-10-09 | perf trace: Associate the "msr" tracepoint arg name with x86_MSR__scnprintf() | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2019-10-09 | perf trace: Allow associating scnprintf routines with well known arg names | Arnaldo Carvalho de Melo | 1 | -0/+26 |
| 2019-10-07 | perf trace: Allow choosing how to augment the tracepoint arguments | Arnaldo Carvalho de Melo | 1 | -3/+80 |