linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-20 20:22:55 to 2022-09-26 14:46:39 UTC [more...]

[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 v4] perf tools: Get a perf cgroup more portably in BPF
 2022-09-26 13:06 UTC  (3+ messages)

[PATCH] perf arm-spe: augment the data source type with neoverse_spe list
 2022-09-26 13:03 UTC 

[PATCH] perf record: Fix segmentation fault in record__read_lost_samples()
 2022-09-26 13:03 UTC  (5+ messages)

[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 -next 0/5] perf: Minor fixes and cleanup
 2022-09-26  3:14 UTC  (6+ 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 v3 0/2] perf test: Add test for java symbol
 2022-09-25  2:58 UTC  (3+ messages)
` [PATCH v3 1/2] perf subcmd: Set environment variable "PREFIX"
` [PATCH v3 2/2] perf test: Introduce script for java symbol testing

[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 0/5] perf tools: Clean up cpu map handling for a system-wide evsel (v1)
 2022-09-24 16:57 UTC  (6+ 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 1/3] perf lock: Add -E/--entries option
 2022-09-24 16:50 UTC  (8+ messages)
` [PATCH 2/3] perf lock: Add -q/--quiet option
` [PATCH 3/3] perf test: Add kernel lock contention test

[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 v2 1/2] perf print-events: Fix "perf list" can not display the PMU prefix for some hybrid cache events
 2022-09-23 16:55 UTC  (3+ messages)
` [PATCH v2 2/2] perf parse-events: Remove "not supported" "

[PATCH for-next v2 0/4] riscv: Improvments for stacktrace
 2022-09-23 13:34 UTC  (8+ messages)
` [PATCH for-next v2 1/4] riscv: stacktrace: Replace walk_stackframe with arch_stack_walk
` [PATCH for-next v2 2/4] riscv: stacktrace: Introduce unwind functions
` [PATCH for-next v2 3/4] riscv: stacktrace: Save pt_regs in ENCODE_FRAME_POINTER
` [PATCH for-next v2 4/4] riscv: stacktrace: Implement stacktrace for irq

[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 0/4] perf: Some clean up
 2022-09-22 22:50 UTC  (9+ 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

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

[RFC PATCH v2 0/3] KVM: VMX: Fix VM entry failure on PT_MODE_HOST_GUEST while host is using PT
 2022-09-22 14:42 UTC  (13+ 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 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 00/44] cpuidle,rcu: Clean up the mess
 2022-09-22  0:45 UTC  (4+ messages)
` [PATCH v2 07/44] cpuidle,psci: Push RCU-idle into driver

[PATCH v2 1/2] perf tools: Honor namespace when synthesizing build-id
 2022-09-21 17:55 UTC  (5+ 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)

[PATCH -next 0/7] riscv: Improvments for stacktrace
 2022-09-21 12:33 UTC  (11+ messages)
` [PATCH -next 3/7] riscv: stacktrace: Save pt_regs in encoded fp on irq entry
` [PATCH -next 4/7] riscv: syscall: Don't clobber s0 when syscall
` [PATCH -next 6/7] riscv: stacktrace: Fix unwinding on ftrace_regs_call

[PATCH V3] perf/x86/rapl: fix deadlock in rapl_pmu_event_stop
 2022-09-21 12:13 UTC 

[PATCH 0/4] perf tools: Fix MMAP2 build-ID synthesis in namespaces (v1)
 2022-09-21 10:11 UTC  (6+ messages)
` [PATCH 3/4] perf record: Save DSO build-ID for synthesizing

[PATCH V2] perf/x86/rapl: fix deadlock in rapl_pmu_event_stop
 2022-09-21  9:50 UTC  (3+ messages)

[PATCH linux-next] perf machine: use strscpy() is more robust and safer
 2022-09-21  9:38 UTC 

[PATCH linux-next] perf ui: use strscpy() is more robust and safer
 2022-09-21  9:37 UTC 

[PATCH linux-next] perf dso: use strscpy() is more robust and safer
 2022-09-21  9:36 UTC 

[PATCH linux-next] tools x86 machine: use strscpy() is more robust and safer
 2022-09-21  9:36 UTC 

[PATCH linux-next] perf daemon: use strscpy() is more robust and safer
 2022-09-21  9:34 UTC 

[PATCH linux-next] perf parse-events: use strscpy() is more robust and safer
 2022-09-21  9:33 UTC 

[PATCH linux-next] perf symbol: use strscpy() is more robust and safer
 2022-09-21  9:32 UTC 

[PATCH linux-next] perf buildid-cache: use strscpy() is more robust and safer
 2022-09-21  9:31 UTC 

[PATCH linux-next] perf svghelper: use strscpy() is more robust and safer
 2022-09-21  9:30 UTC 

[PATCH 0/2] make weak attributes in {k,u}probes
 2022-09-21  8:25 UTC  (3+ messages)

[PATCH v2] kernel/events/core: check return value of task_function_call()
 2022-09-21  8:10 UTC  (3+ messages)

[PATCH RESEND v2] perf test: Introduce script for data symbol testing
 2022-09-21  1:39 UTC  (3+ messages)

[PATCH v2 0/2] perf test: Add test for java symbol
 2022-09-21  1:33 UTC  (4+ messages)
` [PATCH v2 2/2] perf test: Introduce script for java symbol testing


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