messages from 2021-09-27 21:35:13 to 2021-10-08 05:58:56 UTC [more...]
[PATCH] perf vendor events power10: Add metric events json file for power10 platform
2021-10-08 5:58 UTC (5+ messages)
[PATCH 1/4] perf vendor events: Syntax corrections in Neoverse N1 json
2021-10-08 2:59 UTC (14+ 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 00/21] perf metric: Fixes and allow modifiers
2021-10-07 23:59 UTC (24+ 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
[PATCH 0/3] perf tools: Enable strict JSON parsing
2021-10-07 23:51 UTC (7+ 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 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)
[PATCH 1/2] tools/perf: Add reverse_fn to handle branch_stack endian issue
2021-10-07 17:42 UTC (3+ messages)
` [PATCH 2/2] tools/perf/test: Add endian test for struct branch_flags
[PATCH v2 0/2] libperf: Add support for scaling counters obtained from the read() system call during multiplexing
2021-10-07 17:17 UTC (6+ messages)
` [PATCH v2 1/2] libperf: Add processing to scale the counters obtained during the read() system call when multiplexing
[PATCH v2] libperf tests: Fix test_stat_cpu
2021-10-07 17:05 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] libperf test: Fix build error
2021-10-06 9:57 UTC
[PATCH 1/5] perf cs-etm: Print size using consistent format
2021-10-06 9:51 UTC (11+ messages)
` [PATCH 4/5] perf arm-spe: Implement find_snapshot callback
[PATCH 2/2] libperf tests: Fix test_stat_cpu
2021-10-06 9:25 UTC
[PATCH v2 1/3] perf vendor events: Syntax corrections in Neoverse N1 json
2021-10-06 8:43 UTC (5+ 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 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] perf daemon: Remove a duplicate #include
2021-10-06 6:22 UTC
[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 v6 00/11] PCI: Drop duplicated tracking of a pci_dev's bound driver
2021-10-04 12:59 UTC (2+ messages)
` [PATCH v6 10/11] PCI: Replace pci_dev::driver usage by pci_dev::dev.driver
[PATCH v3] tools/perf: Use long-running addr2line per dso
2021-10-04 12:29 UTC (5+ messages)
` [PATCH v4] "
[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] 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 (8+ messages)
` [PATCH v9 10/13] perf expr: Merge find_ids and regular parsing
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 (5+ messages)
` [RFC PATCH 3/5] perf test: Make each test/suite its own struct
[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 (2+ messages)
[PATCH v3 1/2] perf test: Workload test of metric and metricgroups
2021-09-28 18:55 UTC (4+ messages)
[PATCH 1/2] perf iostat: Use system-wide mode if the target cpu_list is unspecified
2021-09-28 9:06 UTC (2+ messages)
[GIT PULL] perf tools fixes for v5.15: 2nd batch
2021-09-27 21:35 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).