messages from 2021-10-11 08:20:49 to 2021-10-21 03:47:23 UTC [more...]
[PATCH v5 10/15] tools/lib/perf: use TASK_COMM_LEN_16 instead of hard-coded 16
2021-10-21 3:45 UTC
[PATCH v5 00/15] extend task comm from 16 to 24 for CONFIG_BASE_FULL
2021-10-21 3:45 UTC (10+ 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
[V4 0/2] tools/perf: Add instruction and data address registers to extended regs in powerpc
2021-10-21 2:52 UTC (5+ messages)
` [V4 1/2] tools/perf: Refactor the code definition of perf reg extended mask in tools side header file
` [V4 2/2] tools/perf: Add perf tools support to expose instruction and data address registers as part of extended regs
[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 v4 1/4] perf bench futex: Call the futex syscall from a function
2021-10-20 22:39 UTC (4+ 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 v2 bpf-next 0/4] libbpf: deprecate bpf_program__get_prog_info_linear
2021-10-20 22:15 UTC (11+ 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-20 17:25 UTC (9+ messages)
` [PATCH 1/2] perf jevents: Fix some would-be warnings
` [PATCH 2/2] perf jevents: Enable warnings through HOSTCFLAGS
[PATCH v2 00/22] Start aligning perf test with kunit style
2021-10-20 15:51 UTC (28+ messages)
` [PATCH v2 01/22] perf test: Use macro for "suite" declarations
` [PATCH v2 02/22] perf test: Use macro for "suite" definitions
` [PATCH v2 03/22] perf test: Make each test/suite its own struct
` [PATCH v2 04/22] perf test: Move each test suite struct to its test
` [PATCH v2 05/22] perf test: Rename struct test to test_suite
` [PATCH v2 06/22] perf test: Add helper functions for abstraction
` [PATCH v2 07/22] perf test: Add test case struct
` [PATCH v2 08/22] perf test: Add skip reason to test case
` [PATCH v2 09/22] perf test: Convert pfm tests to use test cases
` [PATCH v2 10/22] perf test: Convert pmu event tests to "
` [PATCH v2 11/22] perf test: Convert watch point "
` [PATCH v2 12/22] perf test: Convert clang "
` [PATCH v2 13/22] perf test: Convert bpf "
` [PATCH v2 14/22] perf test: Convert llvm "
` [PATCH v2 15/22] perf test: Remove now unused subtest helpers
` [PATCH v2 16/22] perf test: bp tests use test case
` [PATCH v2 17/22] perf test: Convert time to tsc test to "
` [PATCH v2 18/22] perf test: Remove non test case style support
` [PATCH v2 19/22] perf test: BP tests, remove is_supported use
` [PATCH v2 20/22] perf test: TSC test, "
` [PATCH v2 21/22] perf test: Remove is_supported function
` [PATCH v2 22/22] perf test: Remove skip_if_fail
[PATCH 1/5] perf cs-etm: Print size using consistent format
2021-10-20 15:06 UTC (28+ 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 v2 00/21] perf metric: Fixes and allow modifiers
2021-10-20 14:31 UTC (33+ messages)
` [PATCH v2 01/21] tools lib: Add list_sort
` [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 08/21] perf metric: Only add a referenced metric once
` [PATCH v2 09/21] perf metric: Modify resolution and recursion check
` [PATCH v2 10/21] perf metric: Comment data structures
` [PATCH v2 11/21] perf metric: Document the internal 'struct metric'
` [PATCH v2 12/21] perf metric: Simplify metric_refs calculation
` [PATCH v2 13/21] perf parse-events: Add const to evsel name
` [PATCH v2 14/21] perf parse-events: Add new "metric-id" term
` [PATCH v2 15/21] perf parse-events: Allow config on kernel PMU events
` [PATCH v2 16/21] perf metric: Encode and use metric-id as qualifier
` [PATCH v2 17/21] perf expr: Add subset utility
` [PATCH v2 18/21] perf metrics: Modify setup and deduplication
` [PATCH v2 19/21] perf metric: Switch fprintf to pr_err
` [PATCH v2 20/21] perf parse-events: Identify broken modifiers
` [PATCH v2 21/21] perf metric: Allow modifiers on metrics
[PATCH] perf script: Show binary offsets for userspace addr
2021-10-20 13:24 UTC (2+ messages)
libperf: lack of interface
2021-10-20 12:20 UTC (6+ messages)
[PATCH v2 1/2] perf bench futex: Use a 64-bit time_t
2021-10-20 1:56 UTC (8+ messages)
` [PATCH v2 2/2] selftests: "
[PATCH v11 0/5] arm64 userspace counter support
2021-10-19 23:19 UTC (6+ 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 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 1/5] x86: perf: Move RDPMC event flag to a common definition
2021-10-19 15:28 UTC (9+ messages)
` [PATCH v10 3/5] arm64: perf: Add userspace counter access disable switch
` [PATCH v10 4/5] arm64: perf: Enable PMU counter userspace access for perf event
[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
[PATCH v3 0/4] Add mem_hops field in perf_mem_data_src structure
2021-10-18 9:48 UTC (4+ messages)
[GIT PULL] perf tools fixes for v5.15: 4th batch
2021-10-16 18:31 UTC (2+ messages)
[PATCH v2 1/2] tools/perf: Add bitfield_swap to handle branch_stack endian issue
2021-10-16 12:50 UTC (2+ messages)
` [PATCH v2 2/2] tools/perf/test: Add endian test for struct branch_flags
[PATCH v6 00/11] PCI: Drop duplicated tracking of a pci_dev's bound driver
2021-10-15 19:52 UTC (10+ messages)
[PATCH] perf evsel: fix armv7_a9 failed to resolve symbols with JIT
2021-10-15 12:34 UTC
[PATCH 1/2] perf bench futex: Use a 64-bit time_t
2021-10-14 6:51 UTC (4+ messages)
` [PATCH 2/2] selftests: "
[PATCH 0/3] perf tools: Enable strict JSON parsing
2021-10-13 16:57 UTC (8+ messages)
[PATCH V3 0/3] perf intel-pt: Add PEBS-via-PT side-band
2021-10-13 15:34 UTC (10+ messages)
` [PATCH V3 1/3] perf/x86: Add new event for AUX output counter index
[PATCH v2 1/3] perf vendor events: Syntax corrections in Neoverse N1 json
2021-10-13 15:28 UTC (4+ messages)
` [PATCH v2 3/3] perf vendor events: Categorise the Neoverse V1 counters
[PATCH] x86: events: replace snprintf in show functions with sysfs_emit
2021-10-13 3:24 UTC
[PATCH v2 1/2] tools: Bump minimum LLVM C++ std to GNU++14
2021-10-12 3:09 UTC (4+ messages)
` [PATCH v2 2/2] perf clang: Fixes for more recent LLVM/clang
[PATCH 1/2] tools: Bump minimum LLVM C++ std to GNU++14
2021-10-12 2:17 UTC (5+ messages)
` [PATCH 2/2] perf clang: Fixes for more recent LLVM/clang
[PATCH] perf jevents: Fix sys_event_tables to be freed like arch_std_events
2021-10-11 17:03 UTC (9+ messages)
` perf tools jevents build flags (was Re: [PATCH] perf jevents: Fix sys_event_tables to be freed like arch_std_events)
[PATCH v3 00/16] perf: KVM: Fix, optimize, and clean up callbacks
2021-10-11 15:33 UTC (9+ messages)
` [PATCH v3 12/16] KVM: Move x86's perf guest info callbacks to generic KVM
` [PATCH v3 14/16] KVM: arm64: Convert to the generic perf callbacks
` [PATCH v3 15/16] KVM: arm64: Drop perf.c and fold its tiny bits of code into arm.c / pmu.c
[PATCH 1/2] tools/perf: Add reverse_fn to handle branch_stack endian issue
2021-10-11 14:29 UTC (3+ messages)
[PATCH v3] libperf tests: Fix test_stat_cpu
2021-10-11 8:37 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).