- 32705de perf pmu: Save pmu name by Jin Yao · 3 years, 9 months ago
- eab3595 perf pmu: Simplify arguments of __perf_pmu__new_alias by Jin Yao · 3 years, 9 months ago
- 2775de0 perf report: Add --skip-empty option to suppress 0 event stat by Namhyung Kim · 3 years, 9 months ago
- 0f0abba perf hists: Split hists_stats from events_stats by Namhyung Kim · 3 years, 9 months ago
- d0713d4 perf data: Add JSON export by Nicholas Fraser · 3 years, 9 months ago
- 5508c9d perf stat: Introduce bpf_counter_ops->disable() by Song Liu · 3 years, 9 months ago
- 01bd8efc perf stat: Introduce ':b' modifier by Song Liu · 3 years, 9 months ago
- 112cb56 perf stat: Introduce config stat.bpf-counter-events by Song Liu · 3 years, 9 months ago
- fe3dd82 perf bpf: check perf_attr_map is compatible with the perf binary by Song Liu · 3 years, 9 months ago
- ec8149f perf util: Move bpf_perf definitions to a libperf header by Song Liu · 3 years, 9 months ago
- 26bda3c Merge remote-tracking branch 'torvalds/master' into perf/core by Arnaldo Carvalho de Melo · 3 years, 9 months ago
- c6f8714 perf map: Fix error return code in maps__clone() by Zhen Lei · 3 years, 9 months ago
- b14585d9 perf auxtrace: Fix potential NULL pointer dereference by Leo Yan · 3 years, 9 months ago
- f221188 perf data: Fix error return code in perf_data__create_dir() by Zhen Lei · 3 years, 9 months ago
- 59a1a84 perf data: Fix error return code in perf_data__create_dir() by Zhen Lei · 3 years, 9 months ago
- f89a82a perf annotate: Add line number like in TUI and source location at EOL by Martin Liška · 3 years, 11 months ago
- f07952b perf stat: Basic support for iostat in perf by Alexander Antonov · 3 years, 9 months ago
- 9865ea8 perf evlist: Add a method to return the list of evsels as a string by Arnaldo Carvalho de Melo · 3 years, 9 months ago
- 473b292 Merge remote-tracking branch 'torvalds/master' into perf/core by Arnaldo Carvalho de Melo · 3 years, 9 months ago
- e126bef perf pmu: Add pmu_events_map__find() function to find the common PMU map for the system by John Garry · 3 years, 9 months ago
- dedb76d perf metricgroup: Make find_metric() public with name change by John Garry · 3 years, 9 months ago
- 92f1e8a perf arm-spe: Avoid potential buffer overrun by Ian Rogers · 3 years, 9 months ago
- f201327 perf report: Fix wrong LBR block sorting by Jin Yao · 3 years, 9 months ago
- 69baf1a perf mem-events: Remove unnecessary 'struct mem_info' forward declaration by Wan Jiabing · 3 years, 9 months ago
- fd6103c perf evsel: Remove duplicate 'struct target' forward declaration by Wan Jiabing · 3 years, 9 months ago
- 292c5ed perf tools: Preserve identifier id in OCaml demangler by Fabian Hemmer · 3 years, 11 months ago
- b0a752d Merge remote-tracking branch 'torvalds/master' into perf/core by Arnaldo Carvalho de Melo · 3 years, 10 months ago
- 50fa3a5 perf sort: Display sort dimension p_stage_cyc only on supported archs by Athira Rajeev · 3 years, 10 months ago
- 06e5ca7 perf tools: Support pipeline stage cycles for powerpc by Athira Rajeev · 3 years, 10 months ago
- 0a60682 perf sort: Add dynamic headers for perf report columns by Athira Rajeev · 3 years, 10 months ago
- 405e070 perf tools: Remove duplicate struct forward declarations by Wan Jiabing · 3 years, 10 months ago
- 41d5854 perf record: Fix memory leak in vDSO found using ASAN by Namhyung Kim · 3 years, 10 months ago
- 0bdad97 perf stat: Align CSV output for summary mode by Jin Yao · 3 years, 10 months ago
- 7fac83a perf stat: Introduce 'bperf' to share hardware PMCs with BPF by Song Liu · 3 years, 10 months ago
- 4d39c89 perf tools: Fix various typos in comments by Ingo Molnar · 3 years, 10 months ago
- 1a096ae perf top: Fix BPF support related crash with perf_event_paranoid=3 + kptr_restrict by Jackie Liu · 3 years, 10 months ago
- 6859bc0 perf stat: Improve readability of shadow stats by Changbin Du · 3 years, 10 months ago
- a7672d1 perf evlist: Change the COMM when preparing the workload by Arnaldo Carvalho de Melo · 3 years, 10 months ago
- e406477 perf pmu: Validate raw event with sysfs exported format bits by Jin Yao · 3 years, 10 months ago
- 2a76f6d perf synthetic events: Avoid write of uninitialized memory when generating PERF_RECORD_MMAP* records by Ian Rogers · 3 years, 10 months ago
- c3d59cf perf synthetic-events: Fix uninitialized 'kernel_thread' variable by Thomas Richter · 3 years, 10 months ago
- b410ed2 perf auxtrace: Fix auxtrace queue conflict by Adrian Hunter · 3 years, 10 months ago
- 83ff0f9 perf machine: Assign boolean values to a bool variable by Jiapeng Chong · 3 years, 10 months ago
- 9052034 perf stat: Fixup __perf_stat_evsel__is() prefix by Arnaldo Carvalho de Melo · 3 years, 10 months ago
- 210e4c8 perf symbols: Fix dso__fprintf_symbols_by_name() to return the number of printed chars by Arnaldo Carvalho de Melo · 3 years, 10 months ago
- 009ef05 Merge remote-tracking branch 'torvalds/master' into perf/core by Arnaldo Carvalho de Melo · 3 years, 10 months ago
- 77d02bd perf map: Tighten snprintf() string precision to pass gcc check on some 32-bit arches by Arnaldo Carvalho de Melo · 3 years, 10 months ago
- 6740a4e perf report: Fix -F for branch & mem modes by Ravi Bangoria · 3 years, 10 months ago
- 513068f perf stat: Fix use-after-free when -r option is used by Namhyung Kim · 3 years, 11 months ago
- 034f7ee perf stat: Fix wrong skipping for per-die aggregation by Jin Yao · 4 years ago
- 84ea603 perf tools: Fix event's PMU name parsing by Jiri Olsa · 3 years, 10 months ago
- 137a525 perf traceevent: Ensure read cmdlines are null terminated. by Ian Rogers · 3 years, 11 months ago
- ded2e51 perf tools: Cast (struct timeval).tv_sec when printing by Pierre Gondois · 3 years, 11 months ago
- 2777b81 perf annotate: Show full source location with 'l' hotkey by Martin Liska · 3 years, 11 months ago
- 44e1765 perf config: Add annotate.demangle{,_kernel} by Martin Liska · 3 years, 11 months ago
- 509bbd7 perf bpf: Minor whitespace cleanup. by Ian Rogers · 3 years, 10 months ago
- 35276a4 perf skel: Remove some unused variables. by Ian Rogers · 3 years, 10 months ago
- 8e1488a perf cs-etm: Detect pid in VMID for kernel running at EL2 by Suzuki K Poulose · 3 years, 11 months ago
- 47f0d94 perf cs-etm: Add helper cs_etm__get_pid_fmt() by Leo Yan · 3 years, 11 months ago
- 42b2b57 perf cs-etm: Update ETM metadata format by Mike Leach · 3 years, 11 months ago
- d9fd5a7 perf tools: Generate mips syscalls_n64.c syscall table by Tiezhu Yang · 4 years ago
- b5f184f perf tools: Support MIPS unwinding and dwarf-regs by Tiezhu Yang · 4 years ago
- 3027ce3 perf buildid-cache: Don't skip 16-byte build-ids by Nicholas Fraser · 4 years ago
- bff8b30 perf symbol: Remove redundant libbfd checks by Nicholas Fraser · 3 years, 11 months ago
- 0670129 perf tools: Fix arm64 build error with gcc-11 by Jianlin Lv · 3 years, 11 months ago
- 19854e4 perf intel-pt: Split VM-Entry and VM-Exit branches by Adrian Hunter · 3 years, 11 months ago
- 695fc45 perf intel-pt: Adjust sample flags for VM-Exit by Adrian Hunter · 3 years, 11 months ago
- 65faca5 perf intel-pt: Allow for a guest kernel address filter by Adrian Hunter · 3 years, 11 months ago
- 6e86bfd perf intel-pt: Support decoding of guest kernel by Adrian Hunter · 3 years, 11 months ago
- 3035cb6 perf machine: Factor out machine__idle_thread() by Adrian Hunter · 3 years, 11 months ago
- fcda5ff perf machine: Factor out machines__find_guest() by Adrian Hunter · 3 years, 11 months ago
- 80a0388 perf intel-pt: Amend decoder to track the NR flag by Adrian Hunter · 3 years, 11 months ago
- 90af755 perf intel-pt: Retain the last PIP packet payload as is by Adrian Hunter · 3 years, 11 months ago
- b7ecc2d perf intel_pt: Add vmlaunch and vmresume as branches by Adrian Hunter · 3 years, 11 months ago
- c025d46 perf script: Add branch types for VM-Entry and VM-Exit by Adrian Hunter · 3 years, 11 months ago
- d58b3f7 perf auxtrace: Automatically group aux-output events by Adrian Hunter · 4 years ago
- fbefe9c perf tools: Support arch specific PERF_SAMPLE_WEIGHT_STRUCT processing by Kan Liang · 4 years ago
- c840cbf perf intel-pt: Add PSB events by Adrian Hunter · 4 years ago
- 6af4b60 perf intel-pt: Fix IPC with CYC threshold by Adrian Hunter · 4 years ago
- 20aa397 perf intel-pt: Fix premature IPC by Adrian Hunter · 4 years ago
- 03fb0f8 perf intel-pt: Fix missing CYC processing in PSB by Adrian Hunter · 4 years ago
- 4e14814 perf unwind: Set userdata for all __report_module() paths by Dave Rigby · 3 years, 11 months ago
- e16c2ce perf record: Fix continue profiling after draining the buffer by Yang Jihong · 4 years ago
- 52bcc60 perf tools: Simplify the calculation of variables by Jiapeng Chong · 4 years ago
- 15bebcd perf metricgroup: Remove unneeded semicolon by Yang Li · 4 years ago
- cef7af2 perf tools: Add OCaml demangling by Fabian Hemmer · 4 years ago
- 6833e0b perf symbols: Resolve symbols against debug file first by Jiri Slaby · 3 years, 11 months ago
- c1bd8a2 Merge branch 'perf/urgent' into perf/core by Arnaldo Carvalho de Melo · 3 years, 11 months ago
- a89dbc9 perf arm-spe: Set sample's data source field by Leo Yan · 4 years ago
- e55ed34 perf arm-spe: Synthesize memory event by Leo Yan · 4 years ago
- 54f7815 perf arm-spe: Fill address info for samples by Leo Yan · 4 years ago
- 105f75e perf probe: Fix kretprobe issue caused by GCC bug by Jianlin Lv · 4 years ago
- 77771a9 perf symbols: Fix return value when loading PE DSO by Nicholas Fraser · 4 years ago
- 00a3423 perf symbols: Make dso__load_bfd_symbols() load PE files from debug cache only by Nicholas Fraser · 4 years ago
- 97ae666 perf arm-spe: Store operation type in packet by Leo Yan · 4 years ago
- 265cfb9 perf arm-spe: Store memory address in packet by Leo Yan · 4 years ago
- 845d3a65 perf arm-spe: Enable sample type PERF_SAMPLE_DATA_SRC by Leo Yan · 4 years ago
- e73b0d5 perf env: Remove unneeded internal/cpumap inclusions by Ian Rogers · 4 years ago
- b1cdc7d perf tools: Remove unused xyarray.c as it was moved to tools/lib/perf by Ian Rogers · 4 years ago
- 96de68f perf symbols: Use (long) for iterator for bfd symbols by Dmitry Safonov · 4 years ago