- 246eba8 perf tools: Add support for PERF_RECORD_TEXT_POKE by Adrian Hunter · 4 years, 8 months ago
- b39730a perf annotate: Fix non-null terminated buffer returned by readlink() by Numfor Mbiziwo-Tiapo · 5 years ago
- c8f6ae1 perf inject jit: Remove //anon mmap events by Steve MacLean · 4 years, 8 months ago
- facbf0b Merge remote-tracking branch 'torvalds/master' into perf/core by Arnaldo Carvalho de Melo · 4 years, 6 months ago
- 19bf119 perf symbols: Add s390 idle functions 'psw_idle' and 'psw_idle_exit' to list of idle symbols by Sven Schnelle · 4 years, 6 months ago
- 78194fb4 perf vendor events power9: Added nest imc metric events by Kajol Jain · 4 years, 7 months ago
- bee9ca1 perf report TUI: Remove needless 'dummy' event from menu by Arnaldo Carvalho de Melo · 4 years, 7 months ago
- 4c95ad2 perf intel-pt: Fix PEBS sample for XMM registers by Adrian Hunter · 4 years, 7 months ago
- add07cc perf intel-pt: Fix displaying PEBS-via-PT with registers by Adrian Hunter · 4 years, 7 months ago
- 75bcb87 perf intel-pt: Fix recording PEBS-via-PT with registers by Adrian Hunter · 4 years, 7 months ago
- d61cbb8 perf report TUI: Fix segmentation fault in perf_evsel__hists_browse() by Wei Li · 4 years, 7 months ago
- f18d5cf perf scripts python: exported-sql-viewer.py: Fix time chart call tree by Adrian Hunter · 4 years, 7 months ago
- 031c8d5 perf scripts python: exported-sql-viewer.py: Fix zero id in call tree 'Find' result by Adrian Hunter · 4 years, 7 months ago
- 7ff520b perf scripts python: exported-sql-viewer.py: Fix zero id in call graph 'Find' result by Adrian Hunter · 4 years, 7 months ago
- 3a3cf7c perf scripts python: exported-sql-viewer.py: Fix unexpanded 'Find' result by Adrian Hunter · 4 years, 7 months ago
- 442ad225 perf record: Fix duplicated sideband events with Intel PT system wide tracing by Adrian Hunter · 4 years, 7 months ago
- 640432e perf scripts python: export-to-postgresql.py: Fix struct.pack() int argument by Adrian Hunter · 4 years, 7 months ago
- 1f16fca perf parse-events: Disable a subset of bison warnings by Ian Rogers · 4 years, 7 months ago
- 304d7a9 perf parse-events: Disable a subset of flex warnings by Ian Rogers · 4 years, 7 months ago
- ef9894d perf parse-events: Declare bison header file output by Ian Rogers · 4 years, 7 months ago
- 3744ca1 perf expr: Add missing headers noticed when building with NO_LIBBPF=1 by Arnaldo Carvalho de Melo · 4 years, 7 months ago
- 4b971df perf parse-events: Declare flex header file output by Ian Rogers · 4 years, 7 months ago
- 970a4a3 perf pmu: Add flex debug build flag by Ian Rogers · 4 years, 7 months ago
- 5011a52 perf pmu: Add bison debug build flag by Ian Rogers · 4 years, 7 months ago
- da77a14 perf parse-events: Use automatic variable for yacc input by Ian Rogers · 4 years, 7 months ago
- 8d54c30 perf parse-events: Use automatic variable for flex input by Ian Rogers · 4 years, 7 months ago
- 92c7d7c perf evlist: Fix the class prefix for 'struct evlist' branch_type methods by Arnaldo Carvalho de Melo · 4 years, 7 months ago
- 8cedf3a perf evlist: Fix the class prefix for 'struct evlist' sample_id_all methods by Arnaldo Carvalho de Melo · 4 years, 7 months ago
- b3c2cc2 perf evlist: Fix the class prefix for 'struct evlist' sample_type methods by Arnaldo Carvalho de Melo · 4 years, 7 months ago
- d1f249e perf evlist: Fix the class prefix for 'struct evlist' strerror methods by Arnaldo Carvalho de Melo · 4 years, 7 months ago
- e251abe perf evlist: Fix the class prefix for 'struct evlist' 'add' evsel methods by Arnaldo Carvalho de Melo · 4 years, 7 months ago
- ce0dc7d perf pmu: Improve CPU core PMU HW event list ordering by John Garry · 4 years, 7 months ago
- c1b4745 perf pmu: List kernel supplied event aliases for arm64 by John Garry · 4 years, 7 months ago
- 4744621 perf cs-etm: Allow no CoreSight sink to be specified on command line by Mike Leach · 4 years, 7 months ago
- ff1a12f perf expr: Add < and > operators by Ian Rogers · 4 years, 7 months ago
- 3e21a28 perf expr: Add d_ratio operation by Ian Rogers · 4 years, 7 months ago
- afdd63f perf script: Fixup some evsel/evlist method names by Arnaldo Carvalho de Melo · 4 years, 7 months ago
- 218ca91 perf tests: Add parse metric test for frontend metric by Jiri Olsa · 4 years, 8 months ago
- 0a507af perf tests: Add parse metric test for ipc metric by Jiri Olsa · 4 years, 8 months ago
- 6d432c4 perf tools: Add test_generic_metric function by Jiri Olsa · 4 years, 8 months ago
- 9afe565 perf tools: Release metric_events rblist by Jiri Olsa · 4 years, 8 months ago
- 2cfaa85 perf tools: Factor out prepare_metric function by Jiri Olsa · 4 years, 8 months ago
- f78ac00 perf tools: Add metricgroup__parse_groups_test function by Jiri Olsa · 4 years, 8 months ago
- 1381396 perf tools: Add map to parse_groups() function by Jiri Olsa · 4 years, 7 months ago
- 68173bd perf tools: Add fake_pmu to parse_group() function by Jiri Olsa · 4 years, 7 months ago
- 8b4468a perf parse: Factor out parse_groups() function by Jiri Olsa · 4 years, 8 months ago
- e1c92a7 perf tests: Add another metric parsing test by Jiri Olsa · 4 years, 8 months ago
- e46fc8d perf pmu: Add a perf_pmu__fake object to use with __parse_events() by Arnaldo Carvalho de Melo · 4 years, 7 months ago
- 3bf91aa perf parse: Provide a way to pass a fake_pmu to parse_events() by Arnaldo Carvalho de Melo · 4 years, 8 months ago
- 34bacc9 perf tests: Factor check_parse_id function by Jiri Olsa · 4 years, 8 months ago
- 387ad33 perf tools: Add fake pmu support by Jiri Olsa · 4 years, 8 months ago
- a1f8bc9 perf annotate: Remove unneeded conversion to bool by Jason Yan · 4 years, 9 months ago
- c42ad5d perf flamegraph: Explicitly set utf-8 encoding by Andreas Gerstmayr · 4 years, 7 months ago
- 6a1515c perf build: Fix error message when asking for -fsanitize=address without required libraries by Tiezhu Yang · 4 years, 7 months ago
- b13b04d perf script: Initialize zstd_data by Milian Wolff · 4 years, 7 months ago
- 85d0f9a perf pmu: Remove unused declaration by Ian Rogers · 4 years, 7 months ago
- ffaecd7 perf parse-events: Fix an old style declaration by Ian Rogers · 4 years, 7 months ago
- c2412fa perf parse-events: Fix an incompatible pointer by Ian Rogers · 4 years, 7 months ago
- d38c692 perf bpf: Fix bpf prologue generation by Sumanth Korikkar · 4 years, 7 months ago
- 9256c30 perf probe: Fix user attribute access in kprobes by Sumanth Korikkar · 4 years, 7 months ago
- c0c652f perf stat: Fix NULL pointer dereference by Hongbo Yao · 4 years, 8 months ago
- 11b6e54 perf report: Fix NULL pointer dereference in hists__fprintf_nr_sample_events() by Gaurav Singh · 4 years, 7 months ago
- 5d33cbf perf beauty: Add support to STATX_MNT_ID in the 'statx' syscall 'mask' argument by Arnaldo Carvalho de Melo · 4 years, 7 months ago
- 6c3c184 tools headers API: Update faccessat2 affected files by Arnaldo Carvalho de Melo · 4 years, 7 months ago
- 3e9b26d perf tools: Remove some duplicated includes by Tiezhu Yang · 4 years, 8 months ago
- 0affd0e perf symbols: Fix kernel maps for kcore and eBPF by Adrian Hunter · 4 years, 8 months ago
- a9a17902 perf stat: Ensure group is defined on top of the same cpu mask by Jiri Olsa · 4 years, 8 months ago
- 5cf0e8e perf libdw: Fix off-by 1 relative directory includes by Ian Rogers · 4 years, 8 months ago
- a54ca19 perf arm-spe: Support synthetic events by Tan Xiaojun · 4 years, 8 months ago
- 9f74d77 perf auxtrace: Add four itrace options by Tan Xiaojun · 4 years, 8 months ago
- 4db25f6 perf tools: Move arm-spe-pkt-decoder.h/c to the new dir by Tan Xiaojun · 4 years, 8 months ago
- 0fb0d61 perf test: Initialize memory in dwarf-unwind by Ian Rogers · 4 years, 8 months ago
- 8617e2e perf tests: Don't tail call optimize in unwind test by Ian Rogers · 4 years, 8 months ago
- 9300acc perf build: Add a LIBPFM4=1 build test entry by Arnaldo Carvalho de Melo · 4 years, 8 months ago
- 7094349 perf tools: Add optional support for libpfm4 by Stephane Eranian · 4 years, 9 months ago
- 82352ae2 perf tools: Correct license on jsmn JSON parser by Ed Maste · 4 years, 8 months ago
- 1e4bd2a perf jit: Fix inaccurate DWARF line table by Nick Gasson · 4 years, 8 months ago
- 7d7e503 perf jvmti: Remove redundant jitdump line table entries by Nick Gasson · 4 years, 8 months ago
- 60da3a1 perf build: Add NO_SDT=1 to the default set of build tests by Arnaldo Carvalho de Melo · 4 years, 8 months ago
- 69fbadb perf build: Add NO_LIBCRYPTO=1 to the default set of build tests by Arnaldo Carvalho de Melo · 4 years, 8 months ago
- 5bc7aac perf build: Add NO_SYSCALL_TABLE=1 to the build tests by Arnaldo Carvalho de Melo · 4 years, 8 months ago
- a88f70d perf build: Remove libaudit from the default feature checks by Arnaldo Carvalho de Melo · 4 years, 8 months ago
- d21cb73 perf trace: Grow the syscall table as needed when using libaudit by Arnaldo Carvalho de Melo · 4 years, 8 months ago
- a9e8c1f perf trace: Use zalloc() to make sure all fields are zeroed in the syscalltbl constructor by Arnaldo Carvalho de Melo · 4 years, 8 months ago
- db6b8cc perf trace: Remove union from syscalltbl, all the fields are needed by Arnaldo Carvalho de Melo · 4 years, 8 months ago
- 43de386 perf build: Allow explicitely disabling the NO_SYSCALL_TABLE variable by Arnaldo Carvalho de Melo · 4 years, 8 months ago
- 9b90d97 perf build: Group the NO_SYSCALL_TABLE logic by Arnaldo Carvalho de Melo · 4 years, 8 months ago
- 9b2d206 perf intel-pt: Refine kernel decoding only warning message by Adrian Hunter · 4 years, 8 months ago
- 16b4b4e perf record: Respect --no-switch-events by Adrian Hunter · 4 years, 8 months ago
- b516408 perf script: Fix --call-trace for Intel PT by Adrian Hunter · 4 years, 8 months ago
- 87cf836 perf evlist: Disable 'immediate' events last by Adrian Hunter · 4 years, 8 months ago
- 61f82e3 perf kcore_copy: Fix module map when there are no modules loaded by Adrian Hunter · 4 years, 8 months ago
- 0bdf318 perf jvmti: Fix demangling Java symbols by Nick Gasson · 4 years, 9 months ago
- 525c821 perf tests: Add test for the java demangler by Nick Gasson · 4 years, 9 months ago
- 959f8ed perf jvmti: Do not report error when missing debug information by Nick Gasson · 4 years, 9 months ago
- 953e924 perf jvmti: Fix jitdump for methods without debug info by Nick Gasson · 4 years, 9 months ago
- 85afd35 perf symbols: Fix debuginfo search for Ubuntu by Adrian Hunter · 4 years, 8 months ago
- 1244a32 perf parse: Add 'struct parse_events_state' pointer to scanner by Jiri Olsa · 4 years, 8 months ago
- 5f09ca5a perf stat: Do not pass avg to generic_metric by Jiri Olsa · 4 years, 8 months ago
- d685e6c perf tests: Consider subtests when searching for user specified tests by Jiri Olsa · 4 years, 8 months ago