messages from 2022-02-21 10:57:10 to 2022-03-08 11:49:20 UTC [more...]
[PATCH v5 0/8] Add support for HiSilicon PCIe Tune and Trace device
2022-03-08 11:49 UTC (14+ messages)
` [PATCH v5 1/8] iommu/arm-smmu-v3: Make default domain type of HiSilicon PTT device to identity
` [PATCH v5 2/8] hwtracing: Add trace function support for HiSilicon PCIe Tune and Trace device
` [PATCH v5 3/8] hisi_ptt: Register PMU device for PTT trace
` [PATCH v5 4/8] hisi_ptt: Add support for dynamically updating the filter list
` [PATCH v5 5/8] hisi_ptt: Add tune function support for HiSilicon PCIe Tune and Trace device
` [PATCH v5 6/8] perf tool: Add support for HiSilicon PCIe Tune and Trace device driver
` [PATCH v5 7/8] docs: Add HiSilicon PTT device driver documentation
` [PATCH v5 8/8] MAINTAINERS: Add maintainer for HiSilicon PTT driver
[PATCH v2 0/2] Add Support for HiSilicon CPA PMU
2022-03-08 9:32 UTC (8+ messages)
` [PATCH v2 1/2] drivers/perf: hisi: Add Support for "
` [PATCH v2 2/2] perf jevents: Add support for HiSilicon CPA PMU aliasing
[RESEND PATCH 1/2] perf/x86: extract code to assign perf events for both core and uncore
2022-03-08 6:42 UTC (6+ messages)
` [RESEND PATCH 2/2] perf/x86: improve the event scheduling to avoid unnecessary pmu_stop/start
[PATCH 0/4] Branch stack improvements
2022-03-08 5:22 UTC (10+ messages)
` [PATCH 1/4] perf: Add error message for unsupported branch stack cases
` [PATCH 2/4] perf: Print branch stack entry type in --dump-raw-trace
` [PATCH 3/4] perf: Refactor perf script branch stack printing
` [PATCH 4/4] perf script: Output branch sample type
[PATCH] perf: Add irq and exception return branch types
2022-03-08 3:20 UTC (4+ messages)
[PATCH] perf/x86: cleanup comments
2022-03-08 1:51 UTC
[PATCH] perf tools: fix array_size.cocci warning
2022-03-07 17:55 UTC (2+ messages)
[PATCH] perf parse: Fix event parser error for hybrid systems
2022-03-07 16:39 UTC (2+ messages)
[Linux-v5.17-rc6] Building tools/perf with perl v5.34
2022-03-07 16:35 UTC (10+ messages)
[PATCH v2 0/5] Suppot hld based on Pseudo-NMI for arm64
2022-03-07 15:47 UTC (6+ messages)
` [PATCH v2 1/5] kernel/watchdog: remove WATCHDOG_DEFAULT
` [PATCH v2 2/5] kernel/watchdog: change watchdog_nmi_enable() to void
` [PATCH v2 3/5] kernel/watchdog_hld: Ensure CPU-bound context when creating hardlockup detector event
` [PATCH v2 4/5] kernel/watchdog: Adapt the watchdog_hld interface for async model
` [PATCH v2 5/5] arm64: Enable perf events based hard lockup detector
[PATCH] tools build: Fix parallel perf build when building in-tree with O=
2022-03-07 14:00 UTC
[PATCH v4 2/2] perf vendor events intel: Add uncore event list for Alderlake
2022-03-07 13:23 UTC
[RESEND PATCH v3 2/2] perf vendor events intel: Add uncore event list for Alderlake
2022-03-07 10:33 UTC
[PATCH v2 0/1] perf: Set build-id using build-id header on new mmap records
2022-03-05 20:33 UTC (3+ messages)
` [PATCH v2 1/1] "
[PATCHv3 0/2] perf/bpf: Replace deprecated code
2022-03-05 19:13 UTC (7+ messages)
` [PATCH 1/2] perf tools: Remove bpf_program__set_priv/bpf_program__priv usage
` [PATCH 2/2] perf tools: Remove bpf_map__set_priv/bpf_map__priv usage
[PATCH] perf test: Add perf_event_attr tests for the arm_spe event
2022-03-05 19:00 UTC (7+ messages)
What exactly does -F <freq> do?
2022-03-05 0:51 UTC
[PATCH 0/1] perf: Set build-id using build-id header on new mmap records
2022-03-04 9:11 UTC (6+ messages)
` [PATCH 1/1] "
[PATCH 1/2] perf/x86: extract code to assign perf events for both core and uncore
2022-03-03 8:26 UTC (2+ messages)
` [PATCH 2/2] perf/x86: improve the event scheduling to avoid unnecessary pmu_stop/start
[PATCH v2 1/2] perf arm-spe: Use SPE data source for neoverse cores
2022-03-02 15:39 UTC (4+ messages)
` [PATCH v2 2/2] perf mem: Support HITM for when mem_lvl_num is used
[PATCH] perf test arm64: Test unwinding using fame-pointer (fp) mode
2022-03-01 13:34 UTC
[PATCH 2/2] perf arm-spe: Parse more SPE fields and store source
2022-03-01 10:54 UTC (10+ messages)
[RFC PATCH 0/7] libperf: Add overflow detection of sampling events
2022-03-01 8:32 UTC (10+ messages)
` [RFC PATCH 1/7] libperf tests: Fix typo in the error message "evsel" -> "evlist"
` [RFC PATCH 2/7] libperf: Add perf_evsel__set_close_on_exec() function
` [RFC PATCH 3/7] libperf: Add perf_evsel__refresh()/period() functions
` [RFC PATCH 4/7] libperf: Add perf_evsel__set_signal() functions
` [RFC PATCH 5/7] libperf: Add perf_evsel__check_fd() functions
` [RFC PATCH 6/7] libperf test: Add test_stat_overflow()
` [RFC PATCH 7/7] libperf test: Add test_detect_overflow_event()
[PATCH] perf test arm-spe: Check if perf-record hangs when recording workload with forks
2022-02-28 16:56 UTC
[PATCH 0/5] Support hld based on Pseudo-NMI for arm64
2022-02-28 16:32 UTC (14+ messages)
` [PATCH 1/5] kernel/watchdog: remove WATCHDOG_DEFAULT
` [PATCH 2/5] kernel/watchdog: change watchdog_nmi_enable() to void
` [PATCH 3/5] kernel/watchdog_hld: Ensure CPU-bound context when creating hardlockup detector event
` [PATCH 4/5] kernel/watchdog: Adapt the watchdog_hld interface for async model
[PATCH] perf/x86/amd: Don't touch the Host-only bit inside the guest hypervisor
2022-02-27 13:26 UTC
[PATCH v3 1/6] perf bench futex: Add support for 32-bit systems with 64-bit time_t
2022-02-26 11:47 UTC (2+ messages)
[PATCH v2 0/2] perf tool versioning fixes
2022-02-25 19:37 UTC (4+ messages)
` [PATCH v2 1/2] perf: Fix dependency for version file creation
` [PATCH v2 2/2] perf: Fix version kernel tag
[RFC PATCH 0/3] trace-cruncher: Initial support for perf
2022-02-25 15:38 UTC (7+ messages)
` [RFC PATCH 1/3] trace-cruncher: Logic for resolving address to function name
` [RFC PATCH 2/3] trace-cruncher: Support for perf
` [RFC PATCH 3/3] trace-cruncher: perf example
[PATCHv2 0/3] perf/bpf: Replace deprecated code
2022-02-25 14:32 UTC (9+ messages)
` [PATCH 3/3] perf tools: Rework prologue generation code
AMD Zen2 l3_misses event
2022-02-25 3:57 UTC (4+ messages)
[GIT PULL] perf tools fixes for v5.17: 3rd batch
2022-02-24 22:41 UTC (2+ messages)
[PATCH v4 0/8] Add support for HiSilicon PCIe Tune and Trace device
2022-02-24 12:57 UTC (21+ messages)
` [PATCH v4 2/8] hwtracing: Add trace function "
` [PATCH v4 3/8] hisi_ptt: Register PMU device for PTT trace
` [PATCH v4 4/8] hisi_ptt: Add support for dynamically updating the filter list
` [PATCH v4 6/8] perf tool: Add support for HiSilicon PCIe Tune and Trace device driver
` [PATCH v4 7/8] docs: Add HiSilicon PTT device driver documentation
[PATCH] libperf: Fix read_size calculations
2022-02-24 9:10 UTC (4+ messages)
[PATCH v3 2/2] perf vendor events intel: Add uncore event list for Alderlake
2022-02-24 16:23 UTC
[PATCH 0/2] perf: Expand captured branch types
2022-02-24 7:10 UTC (5+ messages)
` [PATCH 1/2] perf: Add more generic "
[PATCH v2 2/2] perf vendor events intel: Add uncore event list for Alderlake
2022-02-24 13:31 UTC
[PATCH 2/2] perf vendor events intel: Add uncore event list for Alderlake
2022-02-24 5:27 UTC (3+ messages)
[PATCH v2] libperf: Add API for allocating new thread map
2022-02-23 18:06 UTC (13+ messages)
[PATCH] libperf: Rename arguments of perf_thread_map APIs
2022-02-23 17:14 UTC (5+ messages)
[PATCH] perf arm-spe: Use advertised caps/min_interval as default sample_period
2022-02-23 10:02 UTC (3+ messages)
[PATCH] perf data: don't mention --to-ctf if it's not supported
2022-02-23 0:23 UTC (3+ messages)
[PATCH] perf script: Fix error when printing 'weight' field
2022-02-23 0:18 UTC (3+ messages)
[PATCH] perf/x86/intel/uncore: Make uncore_discovery clean for 64 bit addresses
2022-02-22 16:11 UTC (2+ messages)
[PATCH 1/2] perf: cs-etm: No-op refactor of synth opt usage
2022-02-22 15:49 UTC (5+ messages)
` [PATCH 2/2] perf: cs-etm: Fix corrupt inject files when only last branch option is enabled
[PATCH v2] perf scripting python: expose symbol offset and source information
2022-02-22 15:11 UTC
[PATCH] perf scripting python: expose symbol offset and source information
2022-02-22 15:05 UTC (3+ messages)
[PATCH v4 00/20] Rust support
2022-02-22 12:45 UTC (4+ messages)
` [PATCH v4 02/20] kallsyms: increase maximum kernel symbol length to 512
[PATCH v2 0/2] perf: arm-spe: Decode SPE source and use for perf c2c
2022-02-21 22:28 UTC
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).