linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-21 14:09:59 to 2022-09-26 20:33:08 UTC [more...]

[PATCH 0/4] perf: Some clean up
 2022-09-26 20:32 UTC  (10+ messages)
` [PATCH 1/4] perf genelf: Fix error code in jit_write_elf()
` [PATCH 2/4] perf stat: Merge cases in process_evlist
` [PATCH 3/4] perf top: Fix error code in cmd_top()
` [PATCH 4/4] perf stat: Clean redundant if in process_evlist

[PATCHSET 0/6] perf stat: Small random cleanups (v1)
 2022-09-26 20:07 UTC  (7+ messages)
` [PATCH 1/6] perf stat: Convert perf_stat_evsel.res_stats array
` [PATCH 2/6] perf stat: Don't call perf_stat_evsel_id_init() repeatedly
` [PATCH 3/6] perf stat: Rename saved_value->cpu_map_idx
` [PATCH 4/6] perf stat: Use thread map index for shadow stat
` [PATCH 5/6] perf stat: Kill unused per-thread runtime stats
` [PATCH 6/6] perf stat: Don't compare runtime stat for shadow stats

[PATCH v3 0/2] perf test: Add test for java symbol
 2022-09-26 19:56 UTC  (4+ messages)
` [PATCH v3 1/2] perf subcmd: Set environment variable "PREFIX"
` [PATCH v3 2/2] perf test: Introduce script for java symbol testing

[PATCH -next 0/5] perf: Minor fixes and cleanup
 2022-09-26 19:54 UTC  (11+ messages)
` [PATCH -next 1/5] perf: Fix show_arg_names not working for tp arg names
` [PATCH -next 2/5] perf: Fix incorrectly parsed flags in filter
` [PATCH -next 3/5] perf: Remove duplicate errbuf
` [PATCH -next 4/5] perf: Remove unused macros __PERF_EVENT_FIELD
` [PATCH -next 5/5] perf: Remove unused macro K

[PATCH 1/3] perf lock: Add -E/--entries option
 2022-09-26 19:45 UTC  (9+ messages)
` [PATCH 2/3] perf lock: Add -q/--quiet option
` [PATCH 3/3] perf test: Add kernel lock contention test

[PATCH 00/11] perf test: test_intel_pt.sh: Add per-thread test
 2022-09-26 19:35 UTC  (4+ messages)

[PATCH V2] tools/perf/tests: Fix perf probe error log check in skip_if_no_debuginfo
 2022-09-26 19:29 UTC  (3+ messages)

[PATCH 0/5] perf tools: Clean up cpu map handling for a system-wide evsel (v1)
 2022-09-26 19:24 UTC  (7+ messages)
` [PATCH 1/5] libperf: Populate system-wide evsel maps
` [PATCH 2/5] libperf: Propagate maps only if necessary
` [PATCH 3/5] perf tools: Get rid of evlist__add_on_all_cpus()
` [PATCH 4/5] perf tools: Add evlist__add_sched_switch()
` [PATCH 5/5] perf tools: Remove special handling of system-wide evsel

[PATCH] perf record: Fix segmentation fault in record__read_lost_samples()
 2022-09-26 19:16 UTC  (7+ messages)

[PATCH 4/7] x86: events: Convert snprintf() to scnprintf()
 2022-09-26 18:45 UTC 

[PATCH v2 00/44] cpuidle,rcu: Clean up the mess
 2022-09-26 18:41 UTC  (6+ messages)
` [PATCH v2 07/44] cpuidle,psci: Push RCU-idle into driver
` [PATCH v2 33/44] ftrace: WARN on rcuidle

[RFC PATCH v2 0/3] KVM: VMX: Fix VM entry failure on PT_MODE_HOST_GUEST while host is using PT
 2022-09-26 18:08 UTC  (17+ messages)
` [RFC PATCH v2 1/3] perf/core: Expose perf_event_{en,dis}able_local()
` [RFC PATCH v2 2/3] perf/x86/intel/pt: Introduce and export pt_get_curr_event()
` [RFC PATCH v2 3/3] KVM: VMX: Stop/resume host PT before/after VMX transition when PT_MODE_HOST_GUEST

[PATCH] perf test: Skip sigtrap test on old kernels
 2022-09-26 16:19 UTC  (4+ messages)

[PATCH] perf arm-spe: augment the data source type with neoverse_spe list
 2022-09-26 15:00 UTC  (3+ messages)

[PATCH] perf tests: Fix SafeConfigParser deprecation warning
 2022-09-26 14:53 UTC 

[PATCH 0/1] perf test: Fix attr tests for PERF_FORMAT_LOST
 2022-09-26 14:49 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH RFC 0/3] KVM: x86/pmu: Add Intel Guest Branch Trace Store Support
 2022-09-26 14:29 UTC  (4+ messages)
` [PATCH RFC 1/3] KVM + perf: Rename *_intel_pt_intr() for generic usage
` [PATCH RFC 2/3] KVM + perf: Passing vector into generic perf_handle_guest_intr()
` [PATCH RFC 3/3] KVM: x86/pmu: Add Intel Guest Branch Trace Store Support

[PATCH v3 0/3] perf tool: 'config3' attribute support
 2022-09-26 13:32 UTC  (4+ messages)
` [PATCH v3 1/3] perf: Skip and warn on unknown format 'configN' attrs

[PATCH v2 1/2] perf print-events: Fix "perf list" can not display the PMU prefix for some hybrid cache events
 2022-09-26 13:17 UTC  (4+ messages)
` [PATCH v2 2/2] perf parse-events: Remove "not supported" "

[PATCH v2 0/5] x86: cpuid: improve support for broken CPUID configurations
 2022-09-26 13:12 UTC  (5+ messages)
` [PATCH v2 1/5] perf/x86/intel/lbr: use setup_clear_cpu_cap instead of clear_cpu_cap

[PATCH v4] perf tools: Get a perf cgroup more portably in BPF
 2022-09-26 13:11 UTC  (4+ messages)

[PATCH 0/4] perf tools: Assorted random fixes and updates
 2022-09-26 13:09 UTC  (10+ messages)
` [PATCH 1/4] perf record: Fix a segfault in record__read_lost_samples()
` [PATCH 2/4] perf inject: Clarify build-id options a little bit
` [PATCH 3/4] perf tools: Add 'addr' sort key
` [PATCH 4/4] perf annotate: Toggle full address <-> offset display

[PATCH v13 0/3] Add perf support for HiSilicon PCIe Tune and Trace device
 2022-09-26 11:33 UTC  (6+ messages)
` [PATCH v13 1/3] perf tool: arm: Refactor event list iteration in auxtrace_record__init()
` [PATCH v13 2/3] perf tool: Add support for HiSilicon PCIe Tune and Trace device driver

[PATCH v2 1/3] perf lock: Introduce struct lock_contention
 2022-09-26  8:05 UTC  (3+ messages)
` [PATCH v2 3/3] perf lock: Print the number of lost entries for BPF

[PATCH 0/3] driver/tool fix for SPR Dram RAPL Domain
 2022-09-24 17:34 UTC  (5+ messages)
` [PATCH 1/3] powercap: intel_rapl: Use standard Energy Unit for SPR Dram RAPL domain
` [PATCH 2/3] perf/x86/rapl: "
` [PATCH 3/3] tools/power turbostat: "

[PATCH v3] perf test: Introduce script for data symbol testing
 2022-09-24 13:34 UTC 

[PATCH] perf stat: Support old kernels for bperf cgroup counting
 2022-09-24  3:22 UTC  (2+ messages)

[PATCH] hw_breakpoint: fix single-stepping when using bpf_overflow_handler
 2022-09-23 20:36 UTC 

[PATCH for-next v2 0/4] riscv: Improvments for stacktrace
 2022-09-23 13:34 UTC  (4+ messages)

[PATCH v2 0/7] perf: Fix error return code
 2022-09-23 14:01 UTC  (8+ messages)
` [PATCH v2 1/7] perf lock: Fix error return code in __cmd_contention()
` [PATCH v2 2/7] perf probe: Fix error return code in perf_del_probe_events()
` [PATCH v2 3/7] perf record: Fix error return code in cmd_record()
` [PATCH v2 4/7] perf report: Fix error return code in cmd_report()
` [PATCH v2 5/7] perf sched: Fix error return code in perf_sched__timehist()
` [PATCH v2 6/7] perf stat: Fix error return code in cmd_stat()
` [PATCH v2 7/7] perf trace: Fix error return code in trace__replay() and cmd_trace()

[PATCH v3 0/2] perf: arm64: Kernel support for Dwarf unwinding through SVE functions
 2022-09-23 12:43 UTC  (8+ messages)

[PATCH v3 0/5] perf: arm64: Tools support for Dwarf unwinding through SVE functions
 2022-09-23 10:34 UTC  (3+ messages)

[PATCH v2 0/6] perf: Clean up by adding helpers and Merging
 2022-09-23  8:45 UTC  (7+ messages)
` [PATCH v2 1/6] perf block-info: Merge branches in __block_info__cmp
` [PATCH v2 2/6] perf block-range: Add block_range__insert_left/right helper
` [PATCH v2 3/6] perf dso: Merge cases in dso__read_binary_type_filename
` [PATCH v2 4/6] perf stat: Add print_cache_common helper
` [PATCH v2 5/6] perf genelf: Add create_section_and_get_data helper
` [PATCH v2 6/6] perf script: Add perf_sample__fprintf_dsoname helper

[PATCH 1/2] tools/perf/tests: Fix string substitutions in build id test
 2022-09-23  6:24 UTC  (5+ messages)
` [PATCH 2/2] tools/perf/tests: Fix build id test check for PE file

[PATCH v3] perf tools: Get a perf cgroup more portably in BPF
 2022-09-23  6:13 UTC  (3+ messages)

[PATCH v2] perf tools: Get a perf cgroup more portably in BPF
 2022-09-22 20:42 UTC  (4+ messages)

[RFC PATCH v2 0/4] CXL 3.0 Performance Monitoring Unit support
 2022-09-22 20:41 UTC  (7+ messages)
` [RFC PATCH v2 1/4] cxl: Add function to count regblocks of a given type
` [RFC PATCH v2 3/4] cxl: CXL Performance Monitoring Unit driver
` [RFC PATCH v2 4/4] docs: perf: Minimal introduction the the CXL PMU device and driver

[PATCH linux-next] perf annotate: use strscpy() is more robust and safer
 2022-09-22 19:19 UTC  (2+ messages)

[PATCH RFC 1/1] perf stat: do not fatal if the leader is errored
 2022-09-22 18:42 UTC  (6+ messages)

[GIT PULL] perf tools changes for v6.0: 4th batch
 2022-09-22 18:15 UTC  (2+ messages)

[PATCH v2 1/2] perf/x86/intel: Expose EPT-friendly PEBS for SPR and future models
 2022-09-22 12:41 UTC  (2+ messages)

[PATCH] ARM: perf: Fix stacktraces for tracepoint events in THUMB2 kernels
 2022-09-22  8:57 UTC 

[PATCH 1/2] perf print-events: Fix "perf list" can not display the PMU prefix for some hybrid cache events
 2022-09-22  8:04 UTC  (6+ messages)
` [PATCH 2/2] perf parse-events: Remove "not supported" "

[PATCH] perf stat: Get a perf cgroup more portably in BPF
 2022-09-22  4:18 UTC  (3+ messages)

[PATCH linux-next] perf jvmti: use strscpy() is more robust and safer
 2022-09-22  1:37 UTC 

[PATCH linux-next] perf intel-pt: use strscpy() is more robust and safer
 2022-09-22  1:36 UTC 

[PATCH linux-next] perf test: use strscpy() is more robust and safer
 2022-09-22  1:35 UTC 

[PATCH linux-next] perf tools: use strscpy() is more robust and safer
 2022-09-22  1:35 UTC 

[PATCH linux-next] perf probe-file: use strscpy() is more robust and safer
 2022-09-22  1:34 UTC 

[PATCH linux-next] perf synthetic-events: use strscpy() is more robust and safer
 2022-09-22  1:33 UTC 

[PATCH linux-next] perf lock: use strscpy() is more robust and safer
 2022-09-22  1:32 UTC 

[PATCH linux-next] perf llvm: use strscpy() is more robust and safer
 2022-09-22  1:31 UTC 

[PATCH linux-next] perf auxtrace: use strscpy() is more robust and safer
 2022-09-22  1:28 UTC 

[PATCH v2 1/2] perf tools: Honor namespace when synthesizing build-id
 2022-09-21 17:55 UTC  (4+ messages)
` [PATCH v2 2/2] perf record: Save DSO build-ID for synthesizing

[PATCH V2 1/3] powerpc/perf: Fix branch_filter support for multiple filters in powerpc
 2022-09-21 14:52 UTC  (3+ messages)
` [PATCH V2 2/3] tools/perf/tests: Fix branch stack sampling test to include sanity check for branch filter
` [PATCH V2 3/3] tools/testing/selftests/powerpc: Update the bhrb filter sampling test to test for multiple branch filters

[PATCH] KVM: x86/pmu: Add PEBS support for Intel Sapphire Rapids
 2022-09-21 14:10 UTC  (2+ messages)

[PATCH 0/4] perf lock contention: Improve call stack handling (v1)
 2022-09-21 14:09 UTC  (6+ messages)


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