messages from 2022-07-26 16:21:51 to 2022-07-29 20:08:12 UTC [more...]
[PATCH 0/3] perf lock contention: Add BPF support (v1)
2022-07-29 20:07 UTC (4+ messages)
` [PATCH 1/3] perf lock: Pass machine pointer to is_lock_function()
` [PATCH 2/3] perf lock: Use BPF for lock contention analysis
` [PATCH 3/3] perf lock: Implement cpu and task filters for BPF
[GIT PULL] perf tools fixes for v5.19: 5th batch
2022-07-29 18:35 UTC (2+ messages)
[PATCH v3 00/17] Compress the pmu_event tables
2022-07-29 17:27 UTC (22+ messages)
` [PATCH v3 01/17] perf jevents: Clean up pytype warnings
` [PATCH v3 02/17] perf jevents: Simplify generation of C-string
` [PATCH v3 03/17] perf jevents: Add JEVENTS_ARCH make option
` [PATCH v3 04/17] perf jevent: Add an 'all' architecture argument
` [PATCH v3 05/17] perf jevents: Remove the type/version variables
` [PATCH v3 06/17] perf jevents: Provide path to json file on error
` [PATCH v3 07/17] perf jevents: Sort json files entries
` [PATCH v3 08/17] perf pmu-events: Hide pmu_sys_event_tables
` [PATCH v3 09/17] perf pmu-events: Avoid passing pmu_events_map
` [PATCH v3 10/17] perf pmu-events: Hide pmu_events_map
` [PATCH v3 11/17] perf test: Use full metric resolution
` [PATCH v3 12/17] perf pmu-events: Move test events/metrics to json
` [PATCH v3 13/17] perf pmu-events: Don't assume pmu_event is an array
` [PATCH v3 14/17] perf pmu-events: Hide the pmu_events
` [PATCH v3 15/17] perf metrics: Copy entire pmu_event in find metric
` [PATCH v3 16/17] perf jevents: Compress the pmu_events_table
` [PATCH v3 17/17] perf jevents: Fold strings optimization
[PATCH v4 0/5] Add perf stat default events for hybrid machines
2022-07-29 16:44 UTC (3+ messages)
[PATCH 1/2] perf stat: refactor __run_perf_stat common code
2022-07-29 16:12 UTC (2+ messages)
` [PATCH 2/2] perf stat: fix unexpected delay behaviour
[PATCH 00/36] cpuidle,rcu: Cleanup the mess
2022-07-29 15:28 UTC (8+ messages)
` [PATCH 04/36] cpuidle,intel_idle: Fix CPUIDLE_FLAG_IRQ_ENABLE
[PATCH v2] perf parse-events: Break out tracepoint and printing
2022-07-29 14:39 UTC (5+ messages)
[PATCH v3 00/30] Add generated latest Intel events and metrics
2022-07-29 14:35 UTC (26+ messages)
` [PATCH v3 01/30] perf vendor events: Update Intel broadwellx
` [PATCH v3 04/30] perf vendor events: Update Intel alderlake
` [PATCH v3 05/30] perf vendor events: Update bonnell mapfile.csv
` [PATCH v3 08/30] perf vendor events: Update goldmont mapfile.csv
` [PATCH v3 09/30] perf vendor events: Update goldmontplus mapfile.csv
` [PATCH v3 10/30] perf vendor events: Update Intel haswell
` [PATCH v3 11/30] perf vendor events: Update Intel haswellx
` [PATCH v3 12/30] perf vendor events: Update Intel icelake
` [PATCH v3 13/30] perf vendor events: Update Intel icelakex
` [PATCH v3 14/30] perf vendor events: Update Intel ivybridge
` [PATCH v3 18/30] perf vendor events: Add Intel meteorlake
` [PATCH v3 19/30] perf vendor events: Update Intel nehalemep
` [PATCH v3 21/30] perf vendor events: Update Intel sandybridge
` [PATCH v3 22/30] perf vendor events: Update Intel sapphirerapids
` [PATCH v3 23/30] perf vendor events: Update Intel silvermont
` [PATCH v3 24/30] perf vendor events: Update Intel skylake
` [PATCH v3 26/30] perf vendor events: Update Intel tigerlake
` [PATCH v3 27/30] perf vendor events: Update Intel westmereep-dp
` [PATCH v3 28/30] perf vendor events: Update Intel westmereep-sp
` [PATCH v3 29/30] perf vendor events: Update Intel westmereex
` [PATCH v3 30/30] perf vendor events: Update Intel snowridgex
[PATCH v2 0/6] Corrections to cpu map event encoding
2022-07-29 14:28 UTC (5+ messages)
[PATCH V3 1/2] powerpc/perf: Add support for caps under sysfs in powerpc
2022-07-29 13:01 UTC (2+ messages)
[PATCH v11 0/8] Add support for HiSilicon PCIe Tune and Trace device
2022-07-29 9:58 UTC (6+ messages)
` [PATCH v11 2/8] hwtracing: hisi_ptt: Add trace function "
perf tools: software regression in d0a0a511493d269514fcbd852481cdca32c95350
2022-07-28 22:38 UTC (5+ messages)
[PATCH v2 00/16] Compress the pmu_event tables
2022-07-28 22:28 UTC (17+ messages)
` [PATCH v2 01/16] perf jevents: Simplify generation of C-string
` [PATCH v2 02/16] perf jevents: Add JEVENTS_ARCH make option
` [PATCH v2 03/16] perf jevent: Add an 'all' architecture argument
` [PATCH v2 04/16] perf jevents: Remove the type/version variables
` [PATCH v2 05/16] perf jevents: Provide path to json file on error
` [PATCH v2 06/16] perf jevents: Sort json files entries
` [PATCH v2 07/16] perf pmu-events: Hide pmu_sys_event_tables
` [PATCH v2 08/16] perf pmu-events: Avoid passing pmu_events_map
` [PATCH v2 09/16] perf pmu-events: Hide pmu_events_map
` [PATCH v2 10/16] perf test: Use full metric resolution
` [PATCH v2 11/16] perf pmu-events: Move test events/metrics to json
` [PATCH v2 12/16] perf pmu-events: Don't assume pmu_event is an array
` [PATCH v2 13/16] perf pmu-events: Hide the pmu_events
` [PATCH v2 14/16] perf metrics: Copy entire pmu_event in find metric
` [PATCH v2 15/16] perf jevents: Compress the pmu_events_table
` [PATCH v2 16/16] perf jevents: Fold strings optimization
[PATCH] perf: python: Fix build when PYTHON_CONFIG is user supplied
2022-07-28 19:26 UTC (3+ messages)
[PATCH] perf vendor events arm64: Arm Cortex-A78C and X1C
2022-07-28 19:13 UTC (4+ messages)
[PATCH v5 00/14] A patch series improving data quality of perf test for CoreSight
2022-07-28 14:52 UTC (15+ messages)
` [PATCH v5 01/14] perf test: Refactor shell tests allowing subdirs
` [PATCH v5 02/14] perf test: Add CoreSight shell lib shared code for future tests
` [PATCH v5 03/14] perf test: Add build infra for perf test tools for CoreSight tests
` [PATCH v5 04/14] perf test: Add asm pureloop test tool
` [PATCH v5 05/14] perf test: Add asm pureloop test shell script
` [PATCH v5 06/14] perf test: Add git ignore for perf data generated by the CoreSight tests
` [PATCH v5 07/14] perf test: Add memcpy thread test tool
` [PATCH v5 08/14] perf test: Add memcpy thread test shell script
` [PATCH v5 09/14] perf test: Add thread loop test tool
` [PATCH v5 10/14] perf test: Add thread loop test shell scripts
` [PATCH v5 11/14] perf test: Add unroll thread test tool
` [PATCH v5 12/14] perf test: Add unroll thread test shell script
` [PATCH v5 13/14] perf test: Add git ignore for tmp and output files of CoreSight tests
` [PATCH v5 14/14] perf test: Add relevant documentation about CoreSight testing
A patch series improving data quality of perf test for CoreSight
2022-07-28 14:17 UTC (7+ messages)
` [PATCH 01/14] perf test: Refactor shell tests allowing subdirs
` [PATCH 02/14] perf test: Add CoreSight shell lib shared code for future tests
[PATCH] perf/tests: Fix test case 95 on s390 and use same event
2022-07-28 12:28 UTC (5+ messages)
[PATCH 0/5] perf kwork: A couple of fixes according to review comments
2022-07-28 11:58 UTC (6+ messages)
` [PATCH 1/5] perf kwork: Add '--synth task' option for record
` [PATCH 2/5] perf kwork: Replace hard-coded initialization of nr_tracepoints with ARRAY_SIZE macro
` [PATCH 3/5] perf kwork: Fix spelling mistake: "Captuer" -> "Capture"
` [PATCH 4/5] perf kwork: Fix spelling mistake: "PRINT_TIME_UNIT_MESC_WIDTH" -> "PRINT_TIME_UNIT_MSEC_WIDTH"
` [PATCH 5/5] perf kwork: Add some {} for multiline for/if blocks
[RFC v3 00/17] perf: Add perf kwork
2022-07-28 12:01 UTC (18+ messages)
` [RFC v3 01/17] perf kwork: New tool
` [RFC v3 02/17] perf kwork: Add irq kwork record support
` [RFC v3 06/17] perf kwork: Implement perf kwork report
` [RFC v3 00/17] perf: Add perf kwork (using BPF skels)
[PATCH][next] perf kwork: Fix spelling mistake "Captuer" -> "Capture"
2022-07-28 11:57 UTC (2+ messages)
[PATCH v2 0/5] x86: cpuid: improve support for broken CPUID configurations
2022-07-28 7:30 UTC (2+ messages)
[PATCH v1 00/15] Compress the pmu_event tables
2022-07-27 23:44 UTC (6+ messages)
` [PATCH v1 15/15] perf jevents: Compress the pmu_events_table
[PATCH v1 1/4] perf mutex: Wrapped usage of pthread_mutex_t
2022-07-27 22:51 UTC (9+ messages)
` [PATCH v1 2/4] perf mutex with nsinfo: Updated pthread_mutex_t usage
` [PATCH v1 3/4] perf mutex and cond: Updated files mutex.h & mutex.c
` [PATCH v1 4/4] perf mutex and cond: Updated every occurrence of pthread_mutex and pthread_cond
[PATCH v1 00/31] Add generated latest Intel events and metrics
2022-07-27 22:30 UTC (5+ messages)
July 28th - Skipping office hours
2022-07-27 22:19 UTC
[PATCH] perf scripts python: Let script to be python2 compliant
2022-07-27 16:17 UTC (10+ messages)
[PATCH] perf bpf: Remove undefined behavior from bpf_perf_object__next
2022-07-27 14:16 UTC (2+ messages)
[PATCH] perf/tests: Fix test case 95 Check branch stack sampling on s390
2022-07-27 9:54 UTC (3+ messages)
[RFC v4 00/17] perf: Add perf kwork
2022-07-27 9:03 UTC (18+ messages)
` [RFC v4 01/17] perf kwork: New tool
` [RFC v4 02/17] perf kwork: Add irq kwork record support
` [RFC v4 03/17] perf kwork: Add softirq "
` [RFC v4 04/17] perf kwork: Add workqueue "
` [RFC v4 05/17] tools lib: Add list_last_entry_or_null
` [RFC v4 06/17] perf kwork: Implement perf kwork report
` [RFC v4 07/17] perf kwork: Add irq report support
` [RFC v4 08/17] perf kwork: Add softirq "
` [RFC v4 09/17] perf kwork: Add workqueue "
` [RFC v4 10/17] perf kwork: Implement perf kwork latency
` [RFC v4 11/17] perf kwork: Add softirq latency support
` [RFC v4 12/17] perf kwork: Add workqueue "
` [RFC v4 13/17] perf kwork: Implement perf kwork timehist
` [RFC v4 14/17] perf kwork: Implement bpf trace
` [RFC v4 15/17] perf kwork: Add irq trace bpf support
` [RFC v4 16/17] perf kwork: Add softirq "
` [RFC v4 17/17] perf kwork: Add workqueue "
[PATCH v3 0/4] ARM: Convert to ARCH_STACKWALK
2022-07-27 7:25 UTC (6+ messages)
` [PATCH v3 1/4] ARM: stacktrace: Skip frame pointer boundary check for call_with_stack()
` [PATCH v3 2/4] ARM: stacktrace: Avoid duplicate saving of exception PC value
` [PATCH v3 3/4] ARM: stacktrace: Make stack walk callback consistent with generic code
` [PATCH v3 4/4] ARM: stacktrace: Convert stacktrace to generic ARCH_STACKWALK
[PATCH 0/5] ARM: Convert to ARCH_STACKWALK
2022-07-27 6:29 UTC (4+ messages)
` [PATCH 5/5] ARM: stacktrace: Convert stacktrace to generic ARCH_STACKWALK
[PATCH 0/5] Add process_memwatch syscall
2022-07-26 16:18 UTC (3+ messages)
` [PATCH 3/5] mm: wire up process_memwatch syscall for x86
` [PATCH 5/5] mm: add process_memwatch syscall documentation
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).