linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-18 11:51:07 to 2021-10-26 14:18:48 UTC [more...]

[PATCH 1/3] perf tests: Fix record+script_probe_vfs_getname.sh /tmp cleanup
 2021-10-26 14:18 UTC  (2+ messages)

[PATCH v6 00/12] extend task comm from 16 to 24
 2021-10-26 14:02 UTC  (43+ messages)
` [PATCH v6 01/12] fs/exec: make __set_task_comm always set a nul ternimated string
` [PATCH v6 02/12] fs/exec: make __get_task_comm always get a nul terminated string
` [PATCH v6 03/12] drivers/connector: make connector comm always nul ternimated
` [PATCH v6 04/12] drivers/infiniband: make setup_ctxt always get a nul terminated task comm
` [PATCH v6 05/12] elfcore: make prpsinfo "
` [PATCH v6 06/12] samples/bpf/test_overhead_kprobe_kern: make it adopt to task comm size change
` [PATCH v6 07/12] samples/bpf/offwaketime_kern: make sched_switch tracepoint args adopt to "
` [PATCH v6 08/12] tools/bpf/bpftool/skeleton: make it adopt to task "
` [PATCH v6 09/12] tools/perf/test: make perf test "
` [PATCH v6 10/12] tools/testing/selftests/bpf: make it "
` [PATCH v6 11/12] sched.h: extend task comm from 16 to 24
` [PATCH v6 12/12] kernel/kthread: show a warning if kthread's comm is truncated

[PATCH v11 0/5] arm64 userspace counter support
 2021-10-26 13:34 UTC  (9+ messages)
` [PATCH v11 1/5] x86: perf: Move RDPMC event flag to a common definition
` [PATCH v11 2/5] perf: Add a counter for number of user access events in context
` [PATCH v11 3/5] arm64: perf: Add userspace counter access disable switch
` [PATCH v11 4/5] arm64: perf: Enable PMU counter userspace access for perf event
` [PATCH v11 5/5] Documentation: arm64: Document PMU counters access from userspace

[PATCH v2] perf vendor events power10: Add metric events json file for power10 platform
 2021-10-26 10:01 UTC  (6+ messages)

[PATCH v2 00/21] perf metric: Fixes and allow modifiers
 2021-10-26  8:18 UTC  (24+ messages)
` [PATCH v2 02/21] perf pmu: Add const to pmu_events_map
` [PATCH v2 03/21] perf pmu: Make pmu_sys_event_tables const
` [PATCH v2 04/21] perf pmu: Make pmu_event tables const
` [PATCH v2 05/21] perf metric: Move runtime value to the expr context
` [PATCH v2 06/21] perf metric: Add documentation and rename a variable
` [PATCH v2 07/21] perf metric: Add metric new and free
` [PATCH v2 21/21] perf metric: Allow modifiers on metrics

[PATCH: Fix for_each_set_bit(u64) build on 32-bit arches, was perf intel-pt: Add support for PERF_RECORD_AUX_OUTPUT_HW_ID
 2021-10-26  5:42 UTC  (2+ messages)

[PATCH v2 00/22] Start aligning perf test with kunit style
 2021-10-25 22:35 UTC  (10+ messages)
` [PATCH v2 06/22] perf test: Add helper functions for abstraction
` [PATCH v2 11/22] perf test: Convert watch point tests to test cases
` [PATCH v2 21/22] perf test: Remove is_supported function

[v4 00/11] Improve RISC-V Perf support using SBI PMU and sscofpmf extension
 2021-10-25 19:53 UTC  (12+ messages)
` [v4 01/11] RISC-V: Remove the current perf implementation
` [v4 02/11] RISC-V: Add CSR encodings for all HPMCOUNTERS
` [v4 03/11] RISC-V: Add a perf core library for pmu drivers
` [v4 04/11] RISC-V: Add a simple platform driver for RISC-V legacy perf
` [v4 05/11] RISC-V: Add RISC-V SBI PMU extension definitions
` [v4 06/11] dt-binding: pmu: Add RISC-V PMU DT bindings
` [v4 07/11] RISC-V: Add perf platform driver based on SBI PMU extension
` [v4 08/11] RISC-V: Add interrupt support for perf
` [v4 09/11] Documentation: riscv: Remove the old documentation
` [v4 10/11] riscv: dts: fu740: Add pmu node
` [v4 11/11] MAINTAINERS: Add entry for RISC-V PMU drivers

[PATCH RESEND] tools/build: drop slang include path in test-all
 2021-10-25 17:45 UTC  (2+ messages)

[PATCH v2 0/2] perf jevents: Enable build warnings
 2021-10-25 16:20 UTC  (12+ messages)
` [PATCH v2 1/2] perf jevents: Fix some would-be warnings
` [PATCH v2 2/2] perf jevents: Enable warnings through HOSTCFLAGS

[PATCH v2 1/2] tools/perf: Add bitfield_swap to handle branch_stack endian issue
 2021-10-25 12:07 UTC  (4+ messages)

[PATCH] MIPS: Remove NETLOGIC support
 2021-10-24 15:26 UTC 

perf report with newest perf not showing jump targets on "most" C++ code
 2021-10-23 15:41 UTC 

[PATCH v5 10/15] tools/lib/perf: use TASK_COMM_LEN_16 instead of hard-coded 16
 2021-10-22 23:41 UTC  (10+ messages)
` [PATCH v5 11/15] tools/bpf/bpftool: "
` [PATCH v5 12/15] tools/perf/test: make perf test adopt to task comm size change
` [PATCH v5 13/15] tools/testing/selftests/bpf: use TASK_COMM_LEN_16 instead of hard-coded 16
` [PATCH v5 14/15] sched.h: extend task comm from 16 to 24 for CONFIG_BASE_FULL
` [PATCH v5 15/15] kernel/kthread: show a warning if kthread's comm is truncated

[PATCH v2 bpf-next 0/4] libbpf: deprecate bpf_program__get_prog_info_linear
 2021-10-22 19:26 UTC  (12+ messages)
` [PATCH v2 bpf-next 1/4] libbpf: migrate internal use of bpf_program__get_prog_info_linear
` [PATCH v2 bpf-next 2/4] bpftool: use bpf_obj_get_info_by_fd directly
` [PATCH v2 bpf-next 3/4] perf: pull in bpf_program__get_prog_info_linear
` [PATCH v2 bpf-next 4/4] libbpf: deprecate bpf_program__get_prog_info_linear

[PATCH 0/2] perf jevents: Enable build warnings
 2021-10-22 12:23 UTC  (10+ messages)
` [PATCH 2/2] perf jevents: Enable warnings through HOSTCFLAGS
      ` [RFC] Support Intel-PT code build in 32-bit arches

[PATCH v5 00/15] extend task comm from 16 to 24 for CONFIG_BASE_FULL
 2021-10-22  6:23 UTC  (15+ messages)
` [PATCH v5 01/15] fs/exec: make __set_task_comm always set a nul ternimated string
` [PATCH v5 02/15] fs/exec: make __get_task_comm always get a nul terminated string
` [PATCH v5 03/15] sched.h: introduce TASK_COMM_LEN_16
` [PATCH v5 04/15] cn_proc: make connector comm always nul ternimated
` [PATCH v5 05/15] drivers/infiniband: make setup_ctxt always get a nul terminated task comm
` [PATCH v5 06/15] elfcore: make prpsinfo "
` [PATCH v5 07/15] samples/bpf/kern: use TASK_COMM_LEN instead of hard-coded 16
` [PATCH v5 08/15] samples/bpf/user: use TASK_COMM_LEN_16 "
` [PATCH v5 09/15] tools/include: introduce TASK_COMM_LEN_16

libperf: lack of interface
 2021-10-22  6:17 UTC  (7+ messages)

[PATCH v5 1/4] perf bench futex: Call the futex syscall from a function
 2021-10-22  1:33 UTC  (4+ messages)
` [PATCH v5 2/4] perf bench futex: Add support for 32-bit systems with 64-bit time_t
` [PATCH v5 3/4] selftests: futex: Call the futex syscall from a function
` [PATCH v5 4/4] selftests: futex: Add support for 32-bit systems with 64-bit time_t

[PATCH v4 1/4] perf bench futex: Call the futex syscall from a function
 2021-10-22  0:35 UTC  (6+ messages)
` [PATCH v4 2/4] perf bench futex: Add support for 32-bit systems with 64-bit time_t
` [PATCH v4 3/4] selftests: futex: Call the futex syscall from a function
` [PATCH v4 4/4] selftests: futex: Add support for 32-bit systems with 64-bit time_t

[PATCH] perf tools: Fix /proc/kcore access on 32 bit systems
 2021-10-21 12:54 UTC  (2+ messages)

[PATCH] x86/events: fixup coccinelle warnings
 2021-10-21  6:46 UTC 

[V4 0/2] tools/perf: Add instruction and data address registers to extended regs in powerpc
 2021-10-21  2:52 UTC  (4+ messages)
` [V4 1/2] tools/perf: Refactor the code definition of perf reg extended mask in tools side header file

[PATCH AUTOSEL 5.10 11/14] libperf tests: Fix test_stat_cpu
 2021-10-21  0:21 UTC  (2+ messages)
` [PATCH AUTOSEL 5.10 12/14] perf/x86/msr: Add Sapphire Rapids CPU support

[PATCH AUTOSEL 5.14 22/26] libperf test evsel: Fix build error on !x86 architectures
 2021-10-21  0:20 UTC  (3+ messages)
` [PATCH AUTOSEL 5.14 23/26] libperf tests: Fix test_stat_cpu
` [PATCH AUTOSEL 5.14 24/26] perf/x86/msr: Add Sapphire Rapids CPU support

[PATCH 1/5] perf cs-etm: Print size using consistent format
 2021-10-20 15:06 UTC  (10+ messages)
` [PATCH 3/5] perf arm-spe: Add snapshot mode support
` [PATCH 4/5] perf arm-spe: Implement find_snapshot callback
` [PATCH 5/5] perf arm-spe: Snapshot mode test

[PATCH] perf script: Show binary offsets for userspace addr
 2021-10-20 13:24 UTC  (2+ messages)

[PATCH v2 1/2] perf bench futex: Use a 64-bit time_t
 2021-10-20  1:56 UTC  (5+ messages)

[PATCH v2] perf list: Display hybrid pmu events with cpu type
 2021-10-19 21:14 UTC  (2+ messages)

[syzbot] possible deadlock in perf_event_ctx_lock_nested (2)
 2021-10-19 17:09 UTC  (3+ messages)

[PATCH v10 4/5] arm64: perf: Enable PMU counter userspace access for perf event
 2021-10-19 15:28 UTC  (4+ messages)

[PATCH 4/5] perf arm-spe: Implement find_snapshot callback
 2021-10-19 13:12 UTC  (13+ messages)

[PATCH] perf daemon: remove duplicate include in builtin-daemon.c
 2021-10-19 10:24 UTC 

[PATCH v2 0/2] libperf: Add support for scaling counters obtained from the read() system call during multiplexing
 2021-10-19  5:00 UTC  (8+ messages)
` [PATCH v2 1/2] libperf: Add processing to scale the counters obtained during the read() system call when multiplexing

[PATCH 0/3] perf inject: Add vmlinux and ignore-vmlinux arguments
 2021-10-18 13:48 UTC  (4+ messages)
` [PATCH 1/3] perf tools: Refactor out kernel symbol argument sanity checking
` [PATCH 2/3] perf tools: Check vmlinux/kallsyms arguments in all tools
` [PATCH 3/3] perf inject: Add vmlinux and ignore-vmlinux arguments


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