linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-07-10 22:29:39 to 2024-07-13 16:56:41 UTC [more...]

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

[PATCH v5 1/2] perf script: Fix perf script -F +metric
 2024-07-13 15:54 UTC  (2+ messages)
` [PATCH v5 2/2] Add a test case for "

[PATCH v5 0/8] perf trace: Augment enum arguments with BTF
 2024-07-13 15:06 UTC  (4+ messages)
` [PATCH v5 1/8] perf trace: Fix iteration of syscall ids in syscalltbl->entries

[PATCH v2 0/2] perf test: Display remaining tests while waiting
 2024-07-13 14:59 UTC  (7+ messages)
` [PATCH v2 1/2] tools subcmd: Add non-waitpid check_if_command_finished()

[PATCH V6 00/18] Add data type profiling support for powerpc
 2024-07-13 14:55 UTC  (11+ messages)
` [PATCH V6 17/18] tools/perf: Update data_type_cmp and sort__typeoff_sort function to include var_name in comparison
` [PATCH V6 18/18] tools/perf: Set instruction name to be used with insn-stat when using raw instruction

[PATCH RFC 0/3] perf: add logic to collect off-cpu samples
 2024-07-13  7:42 UTC  (7+ messages)
` [PATCH RFC 1/3] perf/core: add logic to collect off-cpu sample
` [PATCH RFC 2/3] perf/record: add options --off-cpu-kernel
` [PATCH RFC 3/3] perf/report: add off-cpu samples

[PATCH] perf/bpf: Don't call bpf_overflow_handler() for tracing events
 2024-07-13  4:46 UTC 

[PATCH] perf jevents: return potentially empty metrics table
 2024-07-12 21:54 UTC  (4+ messages)

[PATCH v12 0/4] Introduce perf check subcommand
 2024-07-12 20:22 UTC  (7+ messages)
` [PATCH v12 1/4] perf check: introduce "

Bug with 'perf script --symfs'?
 2024-07-12 20:13 UTC  (2+ messages)

[PATCH V3 00/10] perf tools: Fix test "perf probe of function from different CU"
 2024-07-12 19:55 UTC  (3+ messages)

[PATCH v3 0/5] perf build: libtraceevent, libtracefs feature check with pkg-config
 2024-07-12 19:40 UTC  (6+ messages)
  ` [PATCH v3 1/5] perf build: Warn if libtracefs is not found
  ` [PATCH v3 2/5] tools: Make pkg-config dependency checks usable by other tools
  ` [PATCH v3 3/5] tools/verification: Use pkg-config in lib_setup of Makefile.config
  ` [PATCH v3 4/5] tools/rtla: "
  ` [PATCH v3 5/5] tools/latency: "

[PATCH 0/1] perf tool: fix handling NULL al->maps returned from thread__find_map
 2024-07-12 19:35 UTC  (5+ messages)
` [PATCH 1/1] "

[RFC PATCH v17 0/8] TPEBS counting mode support
 2024-07-12 19:09 UTC  (9+ messages)
` [RFC PATCH v17 1/8] perf parse-events: Add a retirement latency modifier
` [RFC PATCH v17 2/8] perf data: Allow to use given fd in data->file.fd
` [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 4/8] perf stat: Plugin retire_lat value from sampled data to evsel
` [RFC PATCH v17 5/8] perf vendor events intel: Add MTL metric json files
` [RFC PATCH v17 6/8] perf stat: Add command line option for enabling tpebs recording
` [RFC PATCH v17 7/8] perf Document: Add TPEBS to Documents
` [RFC PATCH v17 8/8] perf test: Add test for Intel TPEBS counting mode

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

[PATCH v1] perf dso: Fix address sanitizer build
 2024-07-12 16:46 UTC  (2+ messages)

[PATCH v2 0/2] perf mem: Support multiple Arm SPE PMUs
 2024-07-12 16:46 UTC  (2+ messages)

[PATCH 1/1] perf build x86: Fix SC2034 error in syscalltbl.sh
 2024-07-12 16:46 UTC  (2+ messages)

[PATCH 1/1] perf record: Fix memset out-of-range error
 2024-07-12 16:45 UTC  (2+ messages)

[PATCH v6 0/3] Introduce --task-name and --fuzzy-name options in perf sched map
 2024-07-12 16:45 UTC  (2+ messages)

[PATCH v4 1/2] perf script: Fix perf script -F +metric
 2024-07-12 16:42 UTC  (2+ messages)

[PATCH v3 0/7] perf: build: Fix cross compilation
 2024-07-12 13:38 UTC  (9+ messages)
` [PATCH v3 1/7] perf: build: Setup PKG_CONFIG_LIBDIR for "
` [PATCH v3 7/7] perf docs: Remove the Android cross building document

[PATCH v5 00/17] coresight: Use per-sink trace ID maps for Perf sessions
 2024-07-12 10:20 UTC  (18+ 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 09/17] coresight: Remove unused ETM Perf stubs
` [PATCH v5 10/17] coresight: Clarify comments around the PID of the sink owner
` [PATCH v5 11/17] coresight: Move struct coresight_trace_id_map to common header
` [PATCH v5 12/17] coresight: Expose map arguments in trace ID API
` [PATCH v5 13/17] coresight: Make CPU id map a property of a trace ID map
` [PATCH v5 14/17] coresight: Use per-sink trace ID maps for Perf sessions
` [PATCH v5 15/17] coresight: Remove pending trace ID release mechanism
` [PATCH v5 16/17] coresight: Emit sink ID in the HW_ID packets
` [PATCH v5 17/17] coresight: Make trace ID map spinlock local to the map

[Patch v3 0/5] Bug fixes on topdown events reordering
 2024-07-12 17:03 UTC  (6+ messages)
` [Patch v3 1/5] perf x86/topdown: Complete topdown slots/metrics events check
` [Patch v3 2/5] perf x86/topdown: Correct leader selection with sample_read enabled
` [Patch v3 3/5] perf x86/topdown: Don't move topdown metric events in group
` [Patch v3 4/5] perf tests: Add leader sampling test in record tests
` [Patch v3 5/5] perf tests: Add topdown events counting and sampling tests

[PATCH] kselftest/arm64: Add coresight test
 2024-07-12  9:01 UTC 

[PATCH v4 00/11] Add per-core RAPL energy counter support for AMD CPUs
 2024-07-12  6:15 UTC  (24+ messages)
` [PATCH v4 01/11] x86/topology: Introduce topology_logical_core_id()
` [PATCH v4 02/11] perf/x86/rapl: Fix the energy-pkg event for AMD CPUs
` [PATCH v4 03/11] perf/x86/rapl: Rename rapl_pmu variables
` [PATCH v4 04/11] perf/x86/rapl: Make rapl_model struct global
` [PATCH v4 05/11] perf/x86/rapl: Move cpumask variable to rapl_pmus struct
` [PATCH v4 06/11] perf/x86/rapl: Add wrapper for online/offline functions
` [PATCH v4 07/11] perf/x86/rapl: Add an argument to the cleanup and init functions
` [PATCH v4 08/11] perf/x86/rapl: Modify the generic variable names to *_pkg*
` [PATCH v4 09/11] perf/x86/rapl: Remove the global variable rapl_msrs
` [PATCH v4 10/11] perf/x86/rapl: Add per-core energy counter support for AMD CPUs
` [PATCH v4 11/11] perf/x86/rapl: Remove the unused function cpu_to_rapl_pmu

[PATCH] perf annotate: Cache debuginfo for data type profiling
 2024-07-12  6:04 UTC  (3+ messages)

[PATCH 1/1] perf archive: unpack to correct dir given by perf
 2024-07-12  4:35 UTC  (2+ messages)

[RFC PATCH v16 0/8] TPEBS counting mode support
 2024-07-12  3:36 UTC  (9+ messages)
` [RFC PATCH v16 8/8] perf test: Add test for Intel TPEBS counting mode

[PATCH v2 1/6] perf build: Conditionally add feature check flags for libtrace{event,fs}
 2024-07-11 22:08 UTC  (4+ messages)

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

Linux Plumbers Tracing/Perf events Microconference - abstract deadline tomorrow
 2024-07-11 16:54 UTC 

Linux Perf Tool Office Hours
 2024-07-11 16:25 UTC  (8+ messages)

[PATCH v3 00/28] Constify tool pointers
 2024-07-11 16:08 UTC  (5+ messages)
` [PATCH v3 01/28] perf auxtrace: Remove dummy tools

[PATCH v4 0/8] perf trace: Augment enum arguments with BTF
 2024-07-11 15:16 UTC  (7+ messages)
` [PATCH v5 2/8] perf trace: BTF-based enum pretty printing for syscall args
` [PATCH v5 4/8] perf trace: Filter enum arguments with enum names

[PATCH V8 00/12] perf/core: Add ability for an event to "pause" or "resume" AUX area tracing
 2024-07-11 13:35 UTC  (10+ messages)
` [PATCH V8 01/12] perf/core: Add aux_pause, aux_resume, aux_start_paused
` [PATCH V8 02/12] perf/x86/intel/pt: Add support for pause / resume

[linux-next:master] [perf vendor events] e2641db83f: perf-sanity-tests.perf_all_PMU_test.fail
 2024-07-11 13:07 UTC  (4+ messages)

[Patch v2 0/5] Bug fixes on topdown events reordering
 2024-07-11  4:48 UTC  (8+ messages)
` [Patch v2 3/5] perf x86/topdown: Don't move topdown metrics events when sorting events

[PATCH 0/2] Optimize the return_instance management of uretprobe
 2024-07-11  2:05 UTC  (6+ messages)
` [PATCH 1/2] uprobes: Optimize the return_instance related routines


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).