linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
[PATCH v3 00/11] sysctl: treewide: constify ctl_table argument of sysctl handlers
 2024-04-27  7:40 UTC  (18+ messages)
` [PATCH v3 01/11] stackleak: don't modify ctl_table argument
` [PATCH v3 02/11] cgroup: bpf: constify ctl_table arguments and fields
` [PATCH v3 03/11] hugetlb: constify ctl_table arguments of utility functions
` [PATCH v3 04/11] utsname: constify ctl_table arguments of utility function
` [PATCH v3 05/11] neighbour: "
` [PATCH v3 06/11] ipv4/sysctl: constify ctl_table arguments of utility functions
` [PATCH v3 07/11] ipv6/addrconf: "
` [PATCH v3 08/11] ipv6/ndisc: constify ctl_table arguments of utility function
` [PATCH v3 09/11] ipvs: constify ctl_table arguments of utility functions
` [PATCH v3 10/11] sysctl: constify ctl_table arguments of utility function
` [PATCH v3 11/11] sysctl: treewide: constify the ctl_table argument of handlers

[PATCH v1 0/3] mm/gup: consistently call it GUP-fast
 2024-04-27  6:58 UTC  (10+ messages)
` [PATCH v1 1/3] mm/gup: consistently name GUP-fast functions

[RFC PATCH 23/41] KVM: x86/pmu: Implement the save/restore of PMU state for Intel CPU
 2024-04-27  3:04 UTC  (45+ messages)

[PATCH v2 00/16] Consistently prefer sysfs/json events
 2024-04-27  1:36 UTC  (13+ messages)
` [PATCH v2 11/16] perf parse-events: Improve error message for bad numbers
` [PATCH v2 13/16] perf parse-events: Improvements to modifier parsing

[PATCH 1/2] perf annotate: Fallback to objdump when capstone fails
 2024-04-27  1:09 UTC  (8+ messages)
` [PATCH 2/2] perf annotate: Update dso binary type when try build-id

[PATCH 1/2] perf symbol: Set binary_type of dso when loading
 2024-04-26 21:51 UTC  (2+ messages)
` [PATCH 2/2] perf symbol: Simplify kernel module checking

[PATCH V3] perf scripts python: Add a script to run instances of perf script in parallel
 2024-04-26 20:34 UTC  (6+ messages)

[RFC PATCH v1 0/3] Retirement latency perf stat support
 2024-04-26 17:34 UTC  (7+ messages)
` [RFC PATCH v1 1/3] perf evsel: Don't open tool events
` [RFC PATCH v1 2/3] perf parse-events: Add a retirement latency modifier
` [RFC PATCH v1 3/3] perf evsel: Add retirement latency event support

[PATCH 1/2] perf daemon: Fix the warning about time_t
 2024-04-26 17:28 UTC  (2+ messages)

[PATCH v1] perf tests: Run tests in parallel by default
 2024-04-26 16:45 UTC  (4+ messages)

[PATCH] perf test stat_all_pmu.sh: Parse return value of perf stat
 2024-04-26 16:30 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] perf test stat_all_pmu.sh: Parse return value of perf stat
 2024-04-26 16:19 UTC  (3+ messages)

[PATCH V2 0/2] Fix Coresight instruction synthesis logic
 2024-04-26 15:07 UTC  (3+ messages)

[RFC PATCH v2 0/4] A mechanism for efficient support for per-function metrics
 2024-04-26 11:11 UTC  (7+ messages)
` [RFC PATCH v2 2/4] perf: Allow adding fixed random jitter to the alternate sampling period

[RFC PATCH 00/41] KVM: x86/pmu: Introduce passthrough vPM
 2024-04-26  4:09 UTC  (5+ messages)
` [RFC PATCH 02/41] perf: Support guest enter/exit interfaces

[linux-next:master] [perf dsos] f649ed80f3: perf-sanity-tests.Check_branch_stack_sampling.fail
 2024-04-26  2:21 UTC 

[syzbot] [perf?] BUG: using __this_cpu_add() in preemptible code in graph_lock
 2024-04-26  1:42 UTC 

[PATCH v4 00/16] treewide: Refactor heap related implementation
 2024-04-26  0:14 UTC  (19+ messages)
` [PATCH v4 01/16] perf/core: Fix several typos
` [PATCH v4 02/16] bcache: Fix typo
` [PATCH v4 03/16] bcachefs: "
` [PATCH v4 04/16] lib min_heap: Add type safe interface
` [PATCH v4 05/16] lib min_heap: Add min_heap_init()
` [PATCH v4 06/16] lib min_heap: Add min_heap_peek()
` [PATCH v4 07/16] lib min_heap: Add min_heap_full()
` [PATCH v4 08/16] lib min_heap: Add args for min_heap_callbacks
` [PATCH v4 09/16] lib min_heap: Add min_heap_sift_up()
` [PATCH v4 10/16] lib min_heap: Add min_heap_del()
` [PATCH v4 11/16] lib min_heap: Update min_heap_push() and min_heap_pop() to return bool values
` [PATCH v4 12/16] lib min_heap: Rename min_heapify() to min_heap_sift_down()
` [PATCH v4 13/16] lib min_heap: Update min_heap_push() to use min_heap_sift_up()
` [PATCH v4 14/16] lib/test_min_heap: Add test for heap_del()
` [PATCH v4 15/16] bcache: Remove heap-related macros and switch to generic min_heap
` [PATCH v4 16/16] bcachefs: "

[PATCH] perf report: Fix condition in sort__sym_cmp()
 2024-04-25 23:16 UTC 

[PATCH] perf/core: Trim dyn_size if raw data is absent
 2024-04-25 22:05 UTC 

[PATCH v2] perf test record.sh: Raise limit of open file descriptors
 2024-04-25 19:00 UTC  (4+ messages)

[PATCH v1] perf test: Be more tolerant of metricgroup failures
 2024-04-25 18:58 UTC  (3+ messages)

[PATCH] perf annotate: Fix data type profiling on stdio
 2024-04-25 18:57 UTC  (4+ messages)

[PATCH v1] perf build: Pretend scandirat is missing with msan
 2024-04-25 18:47 UTC  (4+ messages)

[PATCH v1] perf intel-pt: Fix memory sanitizer use-of-uninitialized-value
 2024-04-25 18:43 UTC  (5+ messages)
` [PATCH] perf intel-pt: Fix unassigned instruction op

[PATCH v2] perf stat: Remove evlist__add_default_attrs use strings
 2024-04-25 18:38 UTC  (3+ messages)

[PATCH v4 18/71] perf/x86/intel/cstate: Switch to new Intel CPU model defines
 2024-04-25 16:54 UTC  (15+ messages)
` [PATCH v4 19/71] perf/x86/lbr: "
` [PATCH v4 20/71] perf/x86/intel/pt: "
` [PATCH v4 21/71] perf/x86/intel/uncore: "
` [PATCH v4 22/71] "
` [PATCH v4 24/71] perf/x86/msr: "
` [PATCH v4 23/71] perf/x86/intel/uncore: "
` [PATCH v4 44/71] perf/x86/intel: "
` [PATCH v4 47/71] x86/cpu: "
` [PATCH v4 69/71] perf/x86/rapl: "

[PATCH] perf record: Fix comment misspellings
 2024-04-25 14:21 UTC  (2+ messages)

[PATCH] perf annotate-data: Check annotation on perf report TUI
 2024-04-25 13:55 UTC  (3+ messages)

[PATCH] LoongArch: Lately init pmu after smp is online
 2024-04-25 12:14 UTC 

[PATCH] perf/x86/amd: Use try_cmpxchg() in events/amd/{un,}core.c
 2024-04-25 10:16 UTC 

[PATCH v2 0/4] Dump off-cpu samples directly
 2024-04-24 22:57 UTC  (9+ messages)
` [PATCH v2 1/4] perf record off-cpu: Parse off-cpu event, change config location
` [PATCH v2 2/4] perf record off-cpu: BPF perf_event_output on sched_switch
` [PATCH v2 3/4] perf record off-cpu: extract off-cpu sample data from raw_data
` [PATCH v2 4/4] perf record off-cpu: delete bound-to-fail test

[PATCH] perf test: Add a new test for perf annotate
 2024-04-24 22:48 UTC  (4+ messages)

[RFC PATCH v6 0/5] TPEBS counting mode support
 2024-04-24 20:08 UTC  (10+ messages)
` [RFC PATCH v6 2/5] perf stat: Fork and launch perf record when perf stat needs to get retire latency value for a metric

[PATCH 1/1] perf tests shell kprobes: Add missing description as used by 'perf test' output
 2024-04-24 14:22 UTC  (3+ messages)

[RESEND v3] arm64: Add USER_STACKTRACE support
 2024-04-24 14:11 UTC  (3+ messages)

[PATCH V5 00/12] perf/core: Add ability for an event to "pause" or "resume" AUX area tracing
 2024-04-24 10:39 UTC  (3+ messages)

possible deadlock in __perf_event_task_sched_in
 2024-04-24  9:43 UTC  (2+ messages)

[PATCH v2 4/6] perf test pmu: Add an eagerly loaded event test
 2024-04-24  2:57 UTC  (2+ messages)

[PATCH v2 3/6] perf test pmu: Refactor format test and exposed test APIs
 2024-04-24  2:51 UTC  (2+ messages)

[PATCH v2 0/2] Always show mmap prot even though PROT_NONE
 2024-04-24  2:43 UTC  (4+ messages)
` [PATCH v2 1/2] perf trace beauty: Always show param if show_zero is set

[PATCH v2 1/2] perf pmus: Sort/merge/aggregate PMUs like mrvl_ddr_pmu
 2024-04-23 22:48 UTC  (2+ messages)

[RFC PATCH v7 0/6] TPEBS counting mode support
 2024-04-23 16:58 UTC  (3+ messages)

[PATCH v2 0/6] Assume sysfs event names are always lowercase
 2024-04-23 15:15 UTC  (3+ messages)

[PATCH v4 0/7] dso/dsos memory savings and clean up
 2024-04-23 14:29 UTC  (9+ messages)
` [PATCH v4 1/7] perf dsos: Switch backing storage to array from rbtree/list
` [PATCH v4 2/7] perf dsos: Remove __dsos__addnew
` [PATCH v4 3/7] perf dsos: Remove __dsos__findnew_link_by_longname_id
` [PATCH v4 4/7] perf dsos: Switch hand code to bsearch
` [PATCH v4 5/7] perf dso: Add reference count checking and accessor functions
` [PATCH v4 6/7] perf dso: Reference counting related fixes
` [PATCH v4 7/7] perf dso: Use container_of to avoid a pointer in dso_data

[PATCH V2] perf scripts python: Add a script to run instances of perf script in parallel
 2024-04-23 13:40 UTC  (3+ messages)

[PATCH V2 0/8] perf tools: Fix test "perf probe of function from different CU"
 2024-04-23 11:53 UTC  (5+ messages)
` [PATCH V2 8/8] perf test: Check output of the probe ... --funcs command

[PATCH v10 1/8] dt-bindings: perf: fsl-imx-ddr: Add i.MX95 compatible
 2024-04-23 11:45 UTC  (7+ messages)
` [PATCH v10 3/8] perf: imx_perf: let the driver manage the counter usage rather the user

[PATCH v3] perf/core: Fix missing wakeup when waiting for context reference
 2024-04-23 10:05 UTC  (2+ messages)

[PATCH v3 00/17] treewide: Refactor heap related implementation
 2024-04-23  9:35 UTC  (3+ 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).