linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-22 00:06:25 to 2021-10-04 12:29:05 UTC [more...]

[PATCH v3] tools/perf: Use long-running addr2line per dso
 2021-10-04 12:29 UTC  (5+ messages)
` [PATCH v4] "

[PATCH 1/5] perf cs-etm: Print size using consistent format
 2021-10-04 12:27 UTC  (12+ messages)
` [PATCH 2/5] perf arm-spe: "
` [PATCH 4/5] perf arm-spe: Implement find_snapshot callback

[PATCH RESEND 2 00/16] Resend bitmap patches
 2021-10-02 23:43 UTC  (23+ messages)
` [PATCH 01/16] bitops: protect find_first_{,zero}_bit properly
` [PATCH 02/16] bitops: move find_bit_*_le functions from le.h to find.h
` [PATCH 03/16] include: move find.h from asm_generic to linux
` [PATCH 04/16] arch: remove GENERIC_FIND_FIRST_BIT entirely
` [PATCH 05/16] lib: add find_first_and_bit()
` [PATCH 06/16] cpumask: use find_first_and_bit()
` [PATCH 07/16] all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriate
` [PATCH 08/16] tools: sync tools/bitmap with mother linux
` [PATCH 09/16] cpumask: replace cpumask_next_* with cpumask_first_* where appropriate
` [PATCH 10/16] include/linux: move for_each_bit() macros from bitops.h to find.h
` [PATCH 11/16] find: micro-optimize for_each_{set,clear}_bit()
` [PATCH 12/16] Replace for_each_*_bit_from() with for_each_*_bit() where appropriate
` [PATCH 13/16] mm/percpu: micro-optimize pcpu_is_populated()
` [PATCH 14/16] bitmap: unify find_bit operations
` [PATCH 15/16] lib: bitmap: add performance test for bitmap_print_to_pagebuf
` [PATCH 16/16] vsprintf: rework bitmap_list_string

[PATCH RESEND 2 00/16] Resend bitmap patches
 2021-10-01 18:36 UTC  (5+ messages)
` [PATCH 01/16] bitops: protect find_first_{,zero}_bit properly
` [PATCH 02/16] bitops: move find_bit_*_le functions from le.h to find.h

[syzbot] general protection fault in perf_tp_event (3)
 2021-10-01 12:05 UTC 

[PATCH v5 00/11] PCI: Drop duplicated tracking of a pci_dev's bound driver
 2021-09-30 13:48 UTC  (6+ messages)
` [PATCH v5 10/11] PCI: Replace pci_dev::driver usage by pci_dev::dev.driver

[PATCH] perf tools: Fix compilation on powerpc
 2021-09-30 10:03 UTC  (3+ messages)

[PATCH 1/2] tools/perf: Add reverse_fn to handle branch_stack endian issue
 2021-09-30  7:04 UTC  (2+ messages)
` [PATCH 2/2] tools/perf/test: Add endian test for struct branch_flags

[PATCH] perf tests vmlinux-kallsyms: ignore hidden symbols
 2021-09-29 21:10 UTC  (4+ messages)

[PATCH v9 00/13] Don't compute events that won't be used in a metric
 2021-09-29 16:51 UTC  (20+ messages)
` [PATCH v9 01/13] perf metric: Restructure struct expr_parse_ctx
` [PATCH v9 02/13] perf metric: Use NAN for missing event IDs
` [PATCH v9 03/13] perf expr: Remove unused headers and inline d_ratio
` [PATCH v9 04/13] perf expr: Separate token declataion from type
` [PATCH v9 05/13] perf expr: Use macros for operators
` [PATCH v9 06/13] perf expr: Move actions to the left
` [PATCH v9 07/13] perf metric: Rename expr__find_other
` [PATCH v9 08/13] perf metric: Add utilities to work on ids map
` [PATCH v9 09/13] perf metric: Allow metrics with no events
` [PATCH v9 10/13] perf expr: Merge find_ids and regular parsing
` [PATCH v9 11/13] perf expr: Propagate constants for binary operations
` [PATCH v9 12/13] perf metric: Don't compute unused events
` [PATCH v9 13/13] perf metric: Avoid events for an 'if' constant result

problem with 'perf script -F weight'
 2021-09-29 15:13 UTC  (5+ messages)

[PATCH] perf/x86: Reset destroy callback on event init failure
 2021-09-29  7:04 UTC 

[PATCH] tools/lib/perf: make the static libperf complete
 2021-09-28 21:43 UTC  (5+ messages)
    ` [PATCH v2] "

[PATCH] perf jevents: Fix sys_event_tables to be freed like arch_std_events
 2021-09-28 20:30 UTC  (10+ messages)

[RFC PATCH 0/5] Start aligning perf test with kunit style
 2021-09-28 20:07 UTC  (14+ messages)
` [RFC PATCH 1/5] perf test: Use macro for "suite" declarations
` [RFC PATCH 2/5] perf test: Use macro for "suite" definitions
` [RFC PATCH 3/5] perf test: Make each test/suite its own struct
` [RFC PATCH 4/5] perf test: Move each test suite struct to its test
` [RFC PATCH 5/5] perf test: Rename struct test to test_suite

[PATCH 0/5] Improve perf list support for hisi uncore PMUs
 2021-09-28 19:16 UTC  (12+ messages)
` [PATCH 1/5] perf parse-events: Set numeric term config
` [PATCH 2/5] perf jevents: Support ConfigCode
` [PATCH 3/5] perf test: Verify more event members in pmu-events test
` [PATCH 4/5] perf test: Add pmu-event test for event described as "config="
` [PATCH 5/5] perf vendor events arm64: Revise hip08 uncore events

[PATCH v3 1/4] perf: Enable libtracefs dynamic linking
 2021-09-28 19:01 UTC  (5+ messages)
` [PATCH v3 2/4] perf: Add define for libtraceevent version
` [PATCH v3 3/4] perf: Add define for libtracefs version
` [PATCH v3 4/4] libtraceevent: Increase libtraceevent logging when verbose

[PATCH v3 1/2] perf test: Workload test of metric and metricgroups
 2021-09-28 18:55 UTC  (4+ messages)

[PATCH v2 0/2] libperf: Add support for scaling counters obtained from the read() system call during multiplexing
 2021-09-28  9:53 UTC  (5+ messages)
` [PATCH v2 1/2] libperf: Add processing to scale the counters obtained during the read() system call when multiplexing
` [PATCH v2 2/2] libperf tests: Add test_stat_multiplexing test

[PATCH 1/2] perf iostat: Use system-wide mode if the target cpu_list is unspecified
 2021-09-28  9:06 UTC  (5+ messages)
` [PATCH 2/2] perf iostat: Fix Segmentation fault from NULL 'struct perf_counts_values *'

[GIT PULL] perf tools fixes for v5.15: 2nd batch
 2021-09-27 21:35 UTC  (2+ messages)

[PATCH v4 0/8] PCI: Drop duplicated tracking of a pci_dev's bound driver
 2021-09-27 20:59 UTC  (3+ messages)
` [PATCH v4 7/8] PCI: Replace pci_dev::driver usage by pci_dev::dev.driver

[syzbot] possible deadlock in register_for_each_vma (2)
 2021-09-27 17:40 UTC 

[PATCH] perf annotate: Add riscv64 support
 2021-09-27 12:34 UTC  (2+ messages)

[PATCH v3 1/2] perf benchmark: Call the futex syscall from a function
 2021-09-26 21:32 UTC  (10+ messages)
` [PATCH v3 2/2] perf bench: Add support for 32-bit systems with 64-bit time_t

[PATCH] tools/lib/perf: add a flag to specify cgroup fd
 2021-09-26  2:15 UTC 

[PATCH] perf config: Refine error message to eliminate confusion
 2021-09-24 19:06 UTC  (3+ messages)

[PATCH] perf vendor events: Fix spelling mistake "icach" -> "icache"
 2021-09-24 18:57 UTC  (3+ messages)

[PATCH] perf list: Display pmu prefix for partially supported hybrid cache events
 2021-09-24 18:55 UTC  (2+ messages)

[PATCH] perf tests: Fix flaky test 'Object code reading'
 2021-09-24 18:53 UTC  (2+ messages)

[PATCH] perf doc: Fix typos all over the place
 2021-09-24 14:59 UTC  (2+ messages)

[PATCH V3 0/3] perf intel-pt: Add PEBS-via-PT side-band
 2021-09-23 19:22 UTC  (7+ messages)
` [PATCH V3 1/3] perf/x86: Add new event for AUX output counter index

[PATCH 1/3] perf tests: Fix record+script_probe_vfs_getname.sh /tmp cleanup
 2021-09-23  1:18 UTC  (8+ messages)
` [PATCH 3/3] perf tests: Improve temp file cleanup in test_arm_coresight.sh

[PATCH v8 0/8] Don't compute events that won't be used in a metric
 2021-09-23  0:21 UTC  (9+ messages)
` [PATCH v8 1/8] perf metric: Restructure struct expr_parse_ctx
` [PATCH v8 3/8] perf expr: Modify code layout
` [PATCH v8 5/8] perf metric: Add utilities to work on ids map

[PATCH v2] perf evlist: Remove group option
 2021-09-22 22:59 UTC  (3+ messages)

[PATCH] perf kmem: Improve man page for record options
 2021-09-22 21:20 UTC 

[PATCH v2 1/4] perf: Enable libtracefs dynamic linking
 2021-09-22 21:10 UTC  (2+ messages)

[PATCH v3 00/16] perf: KVM: Fix, optimize, and clean up callbacks
 2021-09-22 18:31 UTC  (31+ messages)
` [PATCH v3 02/16] KVM: x86: Register perf callbacks after calling vendor's hardware_setup()
` [PATCH v3 03/16] KVM: x86: Register Processor Trace interrupt hook iff PT enabled in guest
` [PATCH v3 04/16] perf: Stop pretending that perf can handle multiple guest callbacks
` [PATCH v3 05/16] perf: Drop dead and useless guest "support" from arm, csky, nds32 and riscv
` [PATCH v3 06/16] perf/core: Rework guest callbacks to prepare for static_call support
` [PATCH v3 07/16] perf: Add wrappers for invoking guest callbacks
` [PATCH v3 08/16] perf: Force architectures to opt-in to "
` [PATCH v3 09/16] perf/core: Use static_call to optimize perf_guest_info_callbacks
` [PATCH v3 10/16] KVM: x86: Drop current_vcpu for kvm_running_vcpu + kvm_arch_vcpu variable
` [PATCH v3 11/16] KVM: x86: More precisely identify NMI from guest when handling PMI
` [PATCH v3 12/16] KVM: Move x86's perf guest info callbacks to generic KVM
` [PATCH v3 13/16] KVM: x86: Move Intel Processor Trace interrupt handler to vmx.c
` [PATCH v3 14/16] KVM: arm64: Convert to the generic perf callbacks
` [PATCH v3 15/16] KVM: arm64: Drop perf.c and fold its tiny bits of code into arm.c / pmu.c
` [PATCH v3 16/16] perf: Drop guest callback (un)register stubs

[PATCH v2] perf test: Make metric testing more robust
 2021-09-22 17:24 UTC 

[v3 00/10] Improve RISC-V Perf support using SBI PMU and sscofpmf extension
 2021-09-22  5:25 UTC  (3+ messages)
` [v3 01/10] RISC-V: Remove the current perf implementation


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