linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-06-24 06:03:19 to 2024-06-26 03:55:26 UTC [more...]

[PATCH V4 1/3] tools/perf: Fix the string match for "/tmp/perf-$PID.map" files in dso__load
 2024-06-26  3:55 UTC  (8+ messages)
` [PATCH V4 2/3] tools/perf: Use is_perf_pid_map_name helper function to check dso's of pattern /tmp/perf-%d.map

[PATCH] perf test: Make test_arm_callgraph_fp.sh more robust
 2024-06-26  3:53 UTC  (2+ messages)

[PATCH v4 0/5] perf: support specify vdso path in cmdline
 2024-06-26  2:26 UTC  (8+ messages)
` [PATCH v4 1/5] "
` [PATCH v4 2/5] perf: disasm: refactor function dso__disassemble_filename
` [PATCH v4 3/5] perf: disasm: use build_id_path if fallback failed
` [PATCH v4 4/5] perf: symbol: generalize vmlinux path searching
` [PATCH v4 5/5] perf: symbol: try to seach vdso path if not given by user

[PATCH v5 0/8] Refactor perf python module build
 2024-06-25 21:41 UTC  (9+ messages)
` [PATCH v5 1/8] perf build: Add '*.a' to clean targets
` [PATCH v5 2/8] perf ui: Make ui its own library
` [PATCH v5 3/8] perf pmu-events: Make pmu-events a library
` [PATCH v5 4/8] perf test: Make tests its own library
` [PATCH v5 5/8] perf bench: Make bench "
` [PATCH v5 6/8] perf util: Make util "
` [PATCH v5 7/8] perf python: Switch module to linking libraries from building source
` [PATCH v5 8/8] perf python: Clean up build dependencies

[PATCH V3 00/10] perf tools: Fix test "perf probe of function from different CU"
 2024-06-25 19:08 UTC  (8+ messages)
` [PATCH V3 09/10] perf tools: Only treat files as map files when they have the extension .map
` [PATCH V3 10/10] perf test: Check output of the probe ... --funcs command

[V4 00/16] Add data type profiling support for powerpc
 2024-06-25 18:45 UTC  (26+ messages)
` [V4 01/16] tools/perf: Move the data structures related to register type to header file
` [V4 03/16] tools/perf: Add support to capture and parse raw instruction in powerpc using dso__data_read_offset utility
` [V4 04/16] tools/perf: Use sort keys to determine whether to pick objdump to disassemble
` [V4 05/16] tools/perf: Add disasm_line__parse to parse raw instruction for powerpc
` [V4 06/16] tools/perf: Update parameters for reg extract functions to use raw instruction on powerpc
` [V4 13/16] tools/perf: Add support to use libcapstone in powerpc
` [V4 14/16] tools/perf: Add support to find global register variables using find_data_type_global_reg

[PATCH v4 0/7] Refactor perf python module build
 2024-06-25 18:42 UTC  (8+ messages)
` [PATCH v4 1/7] perf build: Add '*.a' to clean targets
` [PATCH v4 2/7] perf ui: Make ui its own library
` [PATCH v4 3/7] perf pmu-events: Make pmu-events a library
` [PATCH v4 4/7] perf test: Make tests its own library
` [PATCH v4 5/7] perf bench: Make bench "
` [PATCH v4 6/7] perf util: Make util "
` [PATCH v4 7/7] perf python: Switch module to linking libraries from building source

[PATCH v2 0/6] perf: build: Fix cross compilation
 2024-06-25 18:16 UTC  (9+ messages)
` [PATCH v2 1/6] perf: build: Setup PKG_CONFIG_LIBDIR for "
` [PATCH v2 3/6] perf: build: Only link libebl.a for old libdw
` [PATCH v2 6/6] perf docs: Document cross compilation

[PATCH v3 0/8] Refactor perf python module build
 2024-06-25 18:14 UTC  (7+ messages)
` [PATCH v3 7/8] perf python: Switch module to linking libraries from building source

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

[PATCH v1 0/2] perf mem: Support multiple Arm SPE PMUs
 2024-06-25 16:49 UTC  (5+ messages)
` [PATCH v1 1/2] perf arm-spe: "

[PATCH V3 1/3] tools/perf: Fix the string match for "/tmp/perf-$PID.map" files in dso__load
 2024-06-25 16:41 UTC  (3+ messages)

[PATCH v4 00/17] coresight: Use per-sink trace ID maps for Perf sessions
 2024-06-25 15:00 UTC  (19+ messages)
` [PATCH v4 01/17] perf: cs-etm: Create decoders after both AUX and HW_ID search passes
` [PATCH v4 02/17] perf: cs-etm: Allocate queues for all CPUs
` [PATCH v4 03/17] perf: cs-etm: Move traceid_list to each queue
` [PATCH v4 04/17] perf: cs-etm: Create decoders based on the trace ID mappings
` [PATCH v4 05/17] perf: cs-etm: Only save valid trace IDs into files
` [PATCH v4 06/17] perf: cs-etm: Support version 0.1 of HW_ID packets
` [PATCH v4 07/17] perf: cs-etm: Print queue number in raw trace dump
` [PATCH v4 08/17] perf: cs-etm: Add runtime version check for OpenCSD
` [PATCH v4 09/17] coresight: Remove unused ETM Perf stubs
` [PATCH v4 10/17] coresight: Clarify comments around the PID of the sink owner
` [PATCH v4 11/17] coresight: Move struct coresight_trace_id_map to common header
` [PATCH v4 12/17] coresight: Expose map arguments in trace ID API
` [PATCH v4 13/17] coresight: Make CPU id map a property of a trace ID map
` [PATCH v4 14/17] coresight: Use per-sink trace ID maps for Perf sessions
` [PATCH v4 15/17] coresight: Remove pending trace ID release mechanism
` [PATCH v4 16/17] coresight: Emit sink ID in the HW_ID packets
` [PATCH v4 17/17] coresight: Make trace ID map spinlock local to the map

[PATCH] perf/x86/amd: Warn only on new bits set
 2024-06-25 14:47 UTC  (3+ messages)

[PATCH v4 0/6] perf: Make SIGTRAP and __perf_pending_irq() work on RT
 2024-06-25 13:42 UTC  (8+ messages)
` [PATCH v4 1/6] perf: Move irq_work_queue() where the event is prepared
` [PATCH v4 2/6] perf: Enqueue SIGTRAP always via task_work
` [PATCH v4 3/6] perf: Shrink the size of the recursion counter
` [PATCH v4 4/6] perf: Move swevent_htable::recursion into task_struct
` [PATCH v4 5/6] perf: Don't disable preemption in perf_pending_task()
` [PATCH v4 6/6] perf: Split __perf_pending_irq() out of perf_pending_irq()

[PATCH 0/2] perf intel-pt: Some small fixes
 2024-06-25 10:45 UTC  (3+ messages)
` [PATCH 1/2] perf intel-pt: Fix aux_watermark calculation for 64-bit size
` [PATCH 2/2] perf intel-pt: Fix exclude_guest setting

[PATCH v2] perf test stat_bpf_counter.sh: Stabilize the test results
 2024-06-25  9:20 UTC 

[PATCH v9 0/4] Introduce perf check subcommand
 2024-06-25  8:08 UTC  (4+ messages)
` [PATCH v9 1/4] perf check: introduce "

[PATCH v4] perf sched map: Add command-name, fuzzy-name options to filter the output map
 2024-06-25  7:13 UTC  (3+ messages)

[PATCH v3 0/4] x86/cpufeatures: Automatically generate required and disabled feature masks
 2024-06-25  5:22 UTC  (8+ messages)
` [PATCH v3 4/4] x86/cpufeatures: Use AWK to generate {REQUIRED|DISABLED}_MASK_BIT_SET
        ` [PATCH v3B "
    ` [PATCH v3A "

[PATCH] util: constant -1 with expression of type char and allocation failure handling
 2024-06-25  5:22 UTC  (4+ messages)

[PATCH 0/4] perf tools: Assorted random updates and fixes
 2024-06-25  5:07 UTC  (4+ messages)
` [PATCH 4/4] perf mem: Fix a segfault with NULL event->name

[PATCH v2 0/4] Fix user stack traces captured from uprobes
 2024-06-25  2:53 UTC  (15+ messages)
` [PATCH v2 1/4] uprobes: rename get_trampoline_vaddr() and make it global
` [PATCH v2 2/4] perf,uprobes: fix user stack traces in the presence of pending uretprobes
` [PATCH v2 4/4] selftests/bpf: add test validating uprobe/uretprobe stack traces

[PATCH v3 0/4] perf: support specify vdso path in cmdline
 2024-06-25  1:47 UTC  (4+ messages)
` [PATCH v3 2/4] perf: disasm: use build_id_path if fallback failed

[PATCH 1/2] perf script: Fix perf script -F +metric
 2024-06-25  0:42 UTC  (2+ messages)
` [PATCH 2/2] Add a test case for "

(no subject)
 2024-06-24 23:53 UTC  (8+ messages)
` [PATCH v2 2/6] x86/irq: Extend NMI handler registration interface to include source
` [PATCH v2 4/6] x86/irq: Process nmi sources in NMI handler

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

[PATCH v3 0/8] perf trace: Augment enum arguments with BTF
 2024-06-24 22:06 UTC  (10+ messages)
` [PATCH v3 1/8] perf trace: Fix iteration of syscall ids in syscalltbl->entries
` [PATCH v3 2/8] perf trace: BTF-based enum pretty printing for syscall args
` [PATCH v3 3/8] perf trace: Augment non-syscall tracepoints with enum arguments with BTF
` [PATCH v3 4/8] perf trace: Filter enum arguments with enum names
` [PATCH v3 5/8] perf test: Add landlock workload
` [PATCH v3 6/8] perf test trace_btf_enum: Add regression test for the BTF augmentation of enums in 'perf trace'
` [PATCH v3 7/8] perf trace: Introduce trace__btf_scnprintf()
` [PATCH v3 8/8] perf trace: Remove arg_fmt->is_enum, we can get that from the BTF type

[PATCH 0/7] perf: Intel PT and 64-bit AUX area size fixes
 2024-06-24 20:11 UTC  (8+ messages)
` [PATCH 1/7] perf/x86/intel/pt: Fix topa_entry base length
` [PATCH 2/7] perf/x86/intel/pt: Fix a topa_entry base address calculation
` [PATCH 3/7] perf/x86/intel/pt: Fix pt_topa_entry_for_page() "
` [PATCH 4/7] perf: Fix perf_aux_size() for greater-than 32-bit size
` [PATCH 5/7] perf: Prevent passing zero nr_pages to rb_alloc_aux()
` [PATCH 6/7] perf: Fix default aux_watermark calculation
` [PATCH 7/7] perf: Make rb_alloc_aux() return an error immediately if nr_pages <= 0

[PATCH 00/26] KVM: vfio: Hide KVM internals from others
 2024-06-24 19:21 UTC  (4+ messages)

(no subject)
 2024-06-24 17:50 UTC  (3+ messages)
` [PATCH 1/2] perf build: Use pkg-config for feature check for libtrace{event,fs}

[PATCH v1] perf arm: Workaround ARM PMUs cpu maps having offline cpus
 2024-06-24 17:50 UTC  (2+ messages)

[PATCH V2] perf stat: Fix the hard-coded metrics calculation on the hybrid
 2024-06-24 17:49 UTC  (2+ messages)

[PATCH] perf/x86/amd: check event before enable to avoid GPF
 2024-06-24 16:18 UTC  (10+ messages)

[PATCH 00/11] perftool-testsuite 2nd batch
 2024-06-24 13:08 UTC  (12+ messages)
` [PATCH 01/11] perf tests shell: Skip base_* dirs in test script search
` [PATCH 02/11] perf testsuite: Merge settings files for shell tests
` [PATCH 03/11] perf testsuite: Fix shellcheck warnings
` [PATCH 04/11] perf testsuite probe: Add test for blacklisted kprobes handling
` [PATCH 05/11] perf testsuite probe: Add test for basic perf-probe options
` [PATCH 06/11] perf testsuite probe: Add test for invalid options
` [PATCH 07/11] perf testsuite probe: Add test for line semantics
` [PATCH 08/11] perf testsuite: Add common output checking helper
` [PATCH 09/11] perf testsuite report: Add test for perf-report basic functionality
` [PATCH 10/11] perf testsuite report: Add test case for perf report
` [PATCH 11/11] perf testsuite: Install perf-report tests

[PATCH v3 00/10] Add per-core RAPL energy counter support for AMD CPUs
 2024-06-24  6:39 UTC  (4+ messages)
` [PATCH v3 09/10] perf/x86/rapl: Remove the global variable rapl_msrs
` [PATCH v3 10/10] perf/x86/rapl: Add per-core energy counter support for AMD CPUs

[PATCH v12 1/8] dt-bindings: perf: fsl-imx-ddr: Add i.MX95 compatible
 2024-06-24  6:23 UTC  (2+ 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).