linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-07-17 20:17:26 to 2024-07-22 08:29:16 UTC [more...]

[PATCH v6 00/27] Constify tool pointers
 2024-07-22  8:28 UTC  (31+ messages)
` [PATCH v6 01/27] perf auxtrace: Remove dummy tools
` [PATCH v6 02/27] perf s390-cpumsf: Remove unused struct
` [PATCH v6 03/27] perf tool: Constify tool pointers
` [PATCH v6 04/27] perf tool: Move fill defaults into tool.c
` [PATCH v6 05/27] perf tool: Add perf_tool__init
` [PATCH v6 06/27] perf kmem: Use perf_tool__init
` [PATCH v6 07/27] perf buildid-list: "
` [PATCH v6 08/27] perf kvm: "
` [PATCH v6 09/27] perf lock: "
` [PATCH v6 10/27] perf evlist: "
` [PATCH v6 11/27] perf record: "
` [PATCH v6 12/27] perf c2c: "
` [PATCH v6 13/27] perf script: "
` [PATCH v6 14/27] perf inject: "
` [PATCH v6 15/27] perf report: "
` [PATCH v6 16/27] perf stat: "
` [PATCH v6 17/27] perf annotate: "
` [PATCH v6 18/27] perf sched: "
` [PATCH v6 19/27] perf mem: "
` [PATCH v6 20/27] perf timechart: "
` [PATCH v6 21/27] perf diff: "
` [PATCH v6 22/27] perf data convert json: "
` [PATCH v6 23/27] perf data convert ctf: "
` [PATCH v6 24/27] perf test event_update: Ensure tools is initialized
` [PATCH v6 25/27] perf kwork: Use perf_tool__init
` [PATCH v6 26/27] perf tool: Remove perf_tool__fill_defaults
` [PATCH v6 27/27] perf session: Constify tool

[PATCH 0/2] RAPL driver fixes for AMD CPUs
 2024-07-22  8:24 UTC  (5+ messages)
` [PATCH 1/2] perf/x86/rapl: Fix the energy-pkg event "
` [PATCH 2/2] powercap/intel_rapl: "

[PATCH v1 0/6] perf auxtrace: Support multiple AUX events
 2024-07-21 20:21 UTC  (7+ messages)
` [PATCH v1 1/6] perf pmu: Directly use evsel's PMU pointer
` [PATCH v1 2/6] perf auxtrace arm: Set the 'auxtrace' flag for AUX events
` [PATCH v1 3/6] perf auxtrace s390: "
` [PATCH v1 4/6] perf auxtrace: Iterate all AUX events when finish reading
` [PATCH v1 5/6] perf arm-spe: Extract evsel setting up
` [PATCH v1 6/6] perf arm-spe: Support multiple Arm SPE events

[PATCH] perf pmus: Fix duplicate events caused segfault
 2024-07-21 15:44 UTC  (3+ messages)

[PATCHv3] perf tool: fix dereferencing NULL al->maps
 2024-07-21  5:48 UTC  (2+ messages)

[PATCH] perf test: Fix perf-record on Yocto
 2024-07-20 17:16 UTC 

[PATCH] perf/bpf: Don't call bpf_overflow_handler() for tracing events
 2024-07-20 16:03 UTC  (11+ messages)

[PATCH] perf trace: Avoid duplicate code in fprintf_duration()
 2024-07-20 11:29 UTC  (4+ messages)

[PATCH] perf: Constify struct bus_type
 2024-07-20 10:42 UTC 

[PATCH v1 1/2] libperf threadmap: Add ability to find index from pid
 2024-07-20  7:45 UTC  (2+ messages)
` [PATCH v1 2/2] perf script: Fix for `perf script +F metric` with leader sampling

[RFC PATCH v18 0/8] TPEBS counting mode support
 2024-07-20  6:21 UTC  (9+ messages)
` [RFC PATCH v18 1/8] perf parse-events: Add a retirement latency modifier
` [RFC PATCH v18 2/8] perf data: Allow to use given fd in data->file.fd
` [RFC PATCH v18 3/8] perf stat: Fork and launch perf record when perf stat needs to get retire latency value for a metric
` [RFC PATCH v18 4/8] perf stat: Plugin retire_lat value from sampled data to evsel
` [RFC PATCH v18 5/8] perf vendor events intel: Add MTL metric json files
` [RFC PATCH v18 6/8] perf stat: Add command line option for enabling tpebs recording
` [RFC PATCH v18 7/8] perf Document: Add TPEBS to Documents
` [RFC PATCH v18 8/8] perf test: Add test for Intel TPEBS counting mode

[RFC PATCH v17 0/8] TPEBS counting mode support
 2024-07-20  6:09 UTC  (9+ messages)
` [RFC PATCH v17 3/8] perf stat: Fork and launch perf record when perf stat needs to get retire latency value for a metric
` [RFC PATCH v17 8/8] perf test: Add test for Intel TPEBS counting mode

perf test fail :: "perf stat --bpf-counters --for-each-cgroup test"
 2024-07-20  0:30 UTC  (3+ messages)

[PATCH v2 0/6] Add support for sysfs event.cpus and cpu event term
 2024-07-19 22:02 UTC  (26+ messages)
` [PATCH v2 1/6] perf pmu: Merge boolean sysfs event option parsing
` [PATCH v2 2/6] perf parse-events: Pass cpu_list as a perf_cpu_map in __add_event
` [PATCH v2 3/6] perf pmu: Add support for event.cpus files in sysfs
` [PATCH v2 4/6] libperf cpumap: Add ability to create CPU from a single CPU number
` [PATCH v2 5/6] perf parse-events: Set is_pmu_core for legacy hardware events
` [PATCH v2 6/6] perf parse-events: Add "cpu" term to set the CPU an event is recorded on

[PATCH bpf-next] perf/bpf: Use prog to emit ksymbol event for main program
 2024-07-19 15:30 UTC  (3+ messages)

[PATCH v2] perf arch events: Fix duplicate RISC-V SBI firmware event name
 2024-07-19 15:21 UTC  (3+ messages)

[PATCH v9 1/3] perf report: Support LLVM for addr2line()
 2024-07-19 15:00 UTC  (3+ messages)
` [PATCH v9 2/3] perf annotate: split out read_symbol()
` [PATCH v9 3/3] perf annotate: LLVM-based disassembler

[PATCH v8 1/3] perf report: Support LLVM for addr2line()
 2024-07-19 15:00 UTC  (3+ messages)

[PATCH v5 00/17] coresight: Use per-sink trace ID maps for Perf sessions
 2024-07-19 13:57 UTC  (27+ messages)
` [PATCH v5 01/17] perf: cs-etm: Create decoders after both AUX and HW_ID search passes
` [PATCH v5 02/17] perf: cs-etm: Allocate queues for all CPUs
` [PATCH v5 03/17] perf: cs-etm: Move traceid_list to each queue
` [PATCH v5 04/17] perf: cs-etm: Create decoders based on the trace ID mappings
` [PATCH v5 05/17] perf: cs-etm: Only save valid trace IDs into files
` [PATCH v5 06/17] perf: cs-etm: Support version 0.1 of HW_ID packets
` [PATCH v5 07/17] perf: cs-etm: Print queue number in raw trace dump
` [PATCH v5 08/17] perf: cs-etm: Add runtime version check for OpenCSD
` [PATCH v5 16/17] coresight: Emit sink ID in the HW_ID packets

[PATCH] perf: Optimise format string selections in three functions
 2024-07-19 13:38 UTC 

[PATCH] kselftest/arm64: Add coresight test
 2024-07-19 10:59 UTC  (5+ messages)

[PATCH] perf script: add --addr2line option
 2024-07-19 10:57 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH 0/2] Add perf support to collect KVM guest statistics from host side
 2024-07-19  9:55 UTC  (7+ messages)
` [PATCH 1/2] riscv: perf: add guest vs host distinction
` [PATCH 2/2] riscv: KVM: add basic support for host vs guest profiling

[PATCH] perf arch events: Fix duplicate RISC-V SBI firmware event name
 2024-07-19  9:37 UTC  (3+ messages)

Linux Perf Tool Office Hours
 2024-07-18 21:32 UTC  (9+ messages)

[GIT PULL] perf-tools for v6.11
 2024-07-18 21:26 UTC  (2+ messages)

[PATCH] perf callchain: Fix suspicious RCU usage in get_callchain_entry()
 2024-07-18 17:41 UTC  (3+ messages)

[PATCH v5 0/8] perf: support specify vdso path in cmdline
 2024-07-18 17:03 UTC  (5+ messages)
` [PATCH v5 1/8] "
` [PATCH v5 4/8] perf: build-id: name debugging vdso as "debug"

[PATCH v5] perf,x86: avoid missing caller address in stack traces captured in uprobe
 2024-07-18 16:45 UTC  (4+ messages)

[PATCH V9 00/13] perf/core: Add ability for an event to "pause" or "resume" AUX area tracing
 2024-07-18 15:06 UTC  (7+ messages)
` [PATCH V9 02/13] perf/core: Add aux_pause, aux_resume, aux_start_paused

[PATCH] perf trace: Simplify output of string literals in thread__dump_stats()
 2024-07-18 13:24 UTC 

[PATCH v13 0/7] Introduce perf check subcommand
 2024-07-18  9:09 UTC  (10+ messages)
` [PATCH v13 1/7] tools/lib/subcmd: Don't free the usage string
` [PATCH v13 2/7] perf check: Introduce 'check' subcommand
` [PATCH v13 3/7] perf version: Update --build-options to use 'supported_features' array
` [PATCH v13 4/7] tools/perf/tests: Update test_task_analyzer.sh to use perf check feature
` [PATCH v13 5/7] tools/perf/tests: Update probe_vfs_getname.sh script "
` [PATCH v13 6/7] perf: Fix inconsistencies in feature names
` [PATCH v13 7/7] perf: Add more features to supported_features list

[PATCH v1] perf test: Avoid python leak sanitizer test failures
 2024-07-18  8:47 UTC  (2+ messages)

[PATCH V8 00/15] Add data type profiling support for powerpc
 2024-07-18  8:43 UTC  (16+ messages)
` [PATCH V8 01/15] tools/perf: Move the data structures related to register type to header file
` [PATCH V8 02/15] tools/perf: Add "update_insn_state" callback function to handle arch specific instruction tracking
` [PATCH V8 03/15] tools/perf: Update TYPE_STATE_MAX_REGS to include max of regs in powerpc
` [PATCH V8 04/15] tools/perf: Add disasm_line__parse to parse raw instruction for powerpc
` [PATCH V8 05/15] tools/perf: Add support to capture and parse raw instruction in powerpc using dso__data_read_offset utility
` [PATCH V8 06/15] tools/perf: Update parameters for reg extract functions to use raw instruction on powerpc
` [PATCH V8 07/15] tools/perf: Add parse function for memory instructions in powerpc
` [PATCH V8 08/15] tools/perf: Add support to identify memory instructions of opcode 31 "
` [PATCH V8 09/15] tools/perf: Add some of the arithmetic instructions to support instruction tracking "
` [PATCH V8 10/15] tools/perf: Add more instructions for instruction tracking
` [PATCH V8 11/15] tools/perf: Update instruction tracking for powerpc
` [PATCH V8 12/15] tools/perf: Make capstone_init non-static so that it can be used during symbol disassemble
` [PATCH V8 13/15] tools/perf: Use capstone_init and remove open_capstone_handle from disasm.c
` [PATCH V8 14/15] tools/perf: Add support to use libcapstone in powerpc
` [PATCH V8 15/15] tools/perf: Set instruction name to be used with insn-stat when using raw instruction

[PATCH V7 00/18] Add data type profiling support for powerpc
 2024-07-18  6:43 UTC  (8+ messages)
` [PATCH V7 15/18] tools/perf: Add support to find global register variables using find_data_type_global_reg
` [PATCH V7 16/18] tools/perf: Add support for global_die to capture name of variable in case of register defined variable

[RFC PATCH] tools/lib/subcmd: Don't free the usage string
 2024-07-18  5:19 UTC  (3+ messages)

[PATCH v1 0/6] Add support for sysfs event.cpus and cpu event term
 2024-07-17 22:47 UTC  (7+ messages)
` [PATCH v1 1/6] perf pmu: Merge boolean sysfs event option parsing
` [PATCH v1 2/6] perf parse-events: Pass cpu_list as a perf_cpu_map in __add_event
` [PATCH v1 3/6] perf pmu: Add support for event.cpus files in sysfs
` [PATCH v1 4/6] libperf cpumap: Add ability to create CPU from a single CPU number
` [PATCH v1 5/6] perf parse-events: Set is_pmu_core for legacy hardware events
` [PATCH v1 6/6] perf parse-events: Add "cpu" term to set the CPU an event is recorded on

[PATCH v3 0/5] perf build: libtraceevent, libtracefs feature check with pkg-config
 2024-07-17 20:17 UTC  (4+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).