linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-04 12:29:05 to 2021-10-13 17:46:46 UTC [more...]

[PATCH v2 00/22] Start aligning perf test with kunit style
 2021-10-13 17:45 UTC  (6+ messages)
` [PATCH v2 01/22] perf test: Use macro for "suite" declarations
` [PATCH v2 02/22] perf test: Use macro for "suite" definitions
` [PATCH v2 03/22] perf test: Make each test/suite its own struct
` [PATCH v2 04/22] perf test: Move each test suite struct to its test
` [PATCH v2 05/22] perf test: Rename struct test to test_suite

[PATCH v10 1/5] x86: perf: Move RDPMC event flag to a common definition
 2021-10-13 17:30 UTC  (4+ messages)
` [PATCH v10 3/5] arm64: perf: Add userspace counter access disable switch

[PATCH 0/3] perf tools: Enable strict JSON parsing
 2021-10-13 16:57 UTC  (18+ messages)
` [PATCH 1/3] perf vendor-events: Fix all remaining invalid JSON files
` [PATCH 2/3] perf tools: Make the JSON parser more conformant when in strict mode
` [PATCH 3/3] perf tools: Enable strict JSON parsing

[PATCH V3 0/3] perf intel-pt: Add PEBS-via-PT side-band
 2021-10-13 15:34 UTC  (10+ messages)
` [PATCH V3 1/3] perf/x86: Add new event for AUX output counter index

[PATCH v2 1/3] perf vendor events: Syntax corrections in Neoverse N1 json
 2021-10-13 15:28 UTC  (6+ messages)
` [PATCH v2 2/3] perf vendor events: Add new armv8 pmu events
` [PATCH v2 3/3] perf vendor events: Categorise the Neoverse V1 counters

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

[PATCH 1/5] perf cs-etm: Print size using consistent format
 2021-10-13  7:51 UTC  (13+ messages)
` [PATCH 4/5] perf arm-spe: Implement find_snapshot callback

[PATCH] x86: events: replace snprintf in show functions with sysfs_emit
 2021-10-13  3:24 UTC 

[PATCH v2 1/2] tools: Bump minimum LLVM C++ std to GNU++14
 2021-10-12  3:09 UTC  (4+ messages)
` [PATCH v2 2/2] perf clang: Fixes for more recent LLVM/clang

[PATCH 1/2] tools: Bump minimum LLVM C++ std to GNU++14
 2021-10-12  2:17 UTC  (5+ messages)
` [PATCH 2/2] perf clang: Fixes for more recent LLVM/clang

[PATCH] perf jevents: Fix sys_event_tables to be freed like arch_std_events
 2021-10-11 17:03 UTC  (9+ messages)
              ` perf tools jevents build flags (was Re: [PATCH] perf jevents: Fix sys_event_tables to be freed like arch_std_events)

[PATCH v3 00/16] perf: KVM: Fix, optimize, and clean up callbacks
 2021-10-11 15:33 UTC  (9+ messages)
` [PATCH v3 12/16] KVM: Move x86's perf guest info callbacks to generic KVM
` [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 1/2] tools/perf: Add reverse_fn to handle branch_stack endian issue
 2021-10-11 14:29 UTC  (3+ messages)

[PATCH v3] libperf tests: Fix test_stat_cpu
 2021-10-11  8:37 UTC 

[PATCH v2 bpf-next 0/4] libbpf: deprecate bpf_program__get_prog_info_linear
 2021-10-11  8:20 UTC  (5+ messages)
` [PATCH v2 bpf-next 1/4] libbpf: migrate internal use of bpf_program__get_prog_info_linear
` [PATCH v2 bpf-next 2/4] bpftool: use bpf_obj_get_info_by_fd directly
` [PATCH v2 bpf-next 3/4] perf: pull in bpf_program__get_prog_info_linear
` [PATCH v2 bpf-next 4/4] libbpf: deprecate bpf_program__get_prog_info_linear

[PATCH v2] libperf tests: Fix test_stat_cpu
 2021-10-11  8:11 UTC  (4+ messages)

[PATCH bpf-next 0/4] libbpf: deprecate bpf_program__get_prog_info_linear
 2021-10-11  3:44 UTC  (6+ messages)
` [PATCH bpf-next 1/4] libbpf: migrate internal use of bpf_program__get_prog_info_linear
` [PATCH bpf-next 2/4] bpftool: use bpf_obj_get_info_by_fd directly
` [PATCH bpf-next 3/4] perf: pull in bpf_program__get_prog_info_linear
` [PATCH bpf-next 4/4] libbpf: deprecate bpf_program__get_prog_info_linear

[PATCH 00/21] perf metric: Fixes and allow modifiers
 2021-10-08 20:21 UTC  (29+ messages)
` [PATCH 01/21] tools lib: Add list_sort
` [PATCH 02/21] perf pmu: Add const to pmu_events_map
` [PATCH 03/21] perf pmu: Make pmu_sys_event_tables const
` [PATCH 04/21] perf pmu: Make pmu_event tables const
` [PATCH 05/21] perf metric: Move runtime value to the expr context
` [PATCH 06/21] perf metric: Add documentation and rename a variable
` [PATCH 07/21] perf metric: Add metric new and free
` [PATCH 08/21] perf metric: Only add a referenced metric once
` [PATCH 09/21] perf metric: Modify resolution and recursion check
` [PATCH 10/21] perf metric: Comment data structures
` [PATCH 11/21] perf metric: Document the internal 'struct metric'
` [PATCH 12/21] perf metric: Simplify metric_refs calculation
` [PATCH 13/21] perf parse-events: Add const to evsel name
` [PATCH 14/21] perf parse-events: Add new "metric-id" term
` [PATCH 15/21] perf parse-events: Allow config on kernel PMU events
` [PATCH 16/21] perf metric: Encode and use metric-id as qualifier
` [PATCH 17/21] perf expr: Add subset utility
` [PATCH 18/21] perf metrics: Modify setup and deduplication
` [PATCH 19/21] perf metric: Switch fprintf to pr_err
` [PATCH 20/21] perf parse-events: Identify broken modifiers
` [PATCH 21/21] perf metric: Allow modifiers on metrics

[RFC PATCH 0/5] Start aligning perf test with kunit style
 2021-10-08 20:04 UTC  (7+ messages)

[PATCH v2 0/2] libperf: Add support for scaling counters obtained from the read() system call during multiplexing
 2021-10-08 19:11 UTC  (8+ 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] perf kmem: Improve man page for record options
 2021-10-08 19:10 UTC  (2+ messages)

[PATCH] libperf test: Fix build error
 2021-10-08 18:51 UTC  (3+ messages)

[PATCH] perf daemon: Remove a duplicate #include
 2021-10-08 18:16 UTC  (2+ messages)

SDT probes 'f' float type indicator
 2021-10-08 15:57 UTC 

[RFC PATCH v1 00/37] perf: use workqueue for evlist operations
 2021-10-08 14:46 UTC  (7+ messages)
` [RFC PATCH v1 01/37] libperf cpumap: improve idx function
` [RFC PATCH v1 03/37] perf evlist: replace evsel__cpu_iter* functions with evsel__find_cpu
  ` [RFC PATCH v1 03/37] perf evlist: replace evsel__cpu_iter* functions with evsel__find_cpu()
` [RFC PATCH v1 36/37] perf test/evlist-open-close: use inline func to convert timeval to usec

[PATCH 1/4] perf vendor events: Syntax corrections in Neoverse N1 json
 2021-10-08 10:34 UTC  (15+ messages)
` [PATCH 2/4] perf vendor events: Add new armv8 pmu events
` [PATCH 3/4] perf vendor events: Categorise the Neoverse V1 counters
` [PATCH 4/4] perf vendor events: Add the Neoverse V1 to arm64 mapfile

[PATCH] perf vendor events power10: Add metric events json file for power10 platform
 2021-10-08 10:23 UTC  (7+ messages)

[PATCH 1/2] perf evsel: Make evsel__env always return a valid env
 2021-10-07 19:17 UTC  (4+ messages)
` [PATCH 2/2] perf tools: Improve IBS error handling

[GIT PULL] perf tools fixes for v5.15: 3rd batch
 2021-10-07 18:26 UTC  (2+ messages)

Perf: Question about continuous background data collection
 2021-10-07 16:52 UTC  (3+ messages)

[PATCH v3 0/4] Add mem_hops field in perf_mem_data_src structure
 2021-10-07  6:49 UTC  (6+ messages)
` [PATCH v3 1/4] perf: Add comment about current state of PERF_MEM_LVL_* namespace and remove an extra line
` [PATCH v3 2/4] perf: Add mem_hops field in perf_mem_data_src structure
` [PATCH v3 3/4] tools/perf: "
` [PATCH v3 4/4] powerpc/perf: Fix data source encodings for L2.1 and L3.1 accesses

[v3 00/10] Improve RISC-V Perf support using SBI PMU and sscofpmf extension
 2021-10-06 18:28 UTC  (5+ messages)

[PATCH 2/2] libperf tests: Fix test_stat_cpu
 2021-10-06  9:25 UTC 

[PATCH 2/2] libperf tests: Fix test_stat_cpu
 2021-10-06  8:04 UTC 

[PATCH 1/4] perf: Add comment about current state of PERF_MEM_LVL_* namespace and remove an extra line
 2021-10-06  6:38 UTC  (7+ messages)
` [PATCH 2/4] perf: Add mem_hops field in perf_mem_data_src structure
` [PATCH 3/4] tools/perf: "
` [PATCH 4/4] powerpc/perf: Fix data source encodings for L2.1 and L3.1 accesses

[PATCH AUTOSEL 5.14 36/40] perf/x86: Reset destroy callback on event init failure
 2021-10-05 13:50 UTC  (2+ messages)
` [PATCH AUTOSEL 5.14 37/40] perf/core: fix userpage->time_enabled of inactive events

[PATCH RESEND 3 00/16] Bitmap patches for 5.15
 2021-10-05  6:02 UTC  (18+ 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 v3] tools/perf: Use long-running addr2line per dso
 2021-10-04 12:29 UTC  (3+ messages)
` [PATCH v4] "


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