messages from 2021-10-08 14:38:31 to 2021-10-20 17:37:13 UTC [more...]
[PATCH v2 bpf-next 0/4] libbpf: deprecate bpf_program__get_prog_info_linear
2021-10-20 17:37 UTC (7+ 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)
[V4 0/2] tools/perf: Add instruction and data address registers to extended regs in powerpc
2021-10-19 16:30 UTC (4+ 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 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 (10+ messages)
` [PATCH v2 1/2] libperf: Add processing to scale the counters obtained during the read() system call when multiplexing
` [PATCH v2 2/2] libperf tests: Add test_stat_multiplexing test
[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 (14+ messages)
` [PATCH 2/3] perf tools: Make the JSON parser more conformant when in strict mode
[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
[PATCH v2] libperf tests: Fix test_stat_cpu
2021-10-11 8:11 UTC (4+ messages)
[PATCH bpf-next 0/4] libbpf: deprecate bpf_program__get_prog_info_linear
2021-10-11 3:44 UTC (6+ messages)
` [PATCH bpf-next 1/4] libbpf: migrate internal use of bpf_program__get_prog_info_linear
` [PATCH bpf-next 2/4] bpftool: use bpf_obj_get_info_by_fd directly
` [PATCH bpf-next 3/4] perf: pull in bpf_program__get_prog_info_linear
` [PATCH bpf-next 4/4] libbpf: deprecate bpf_program__get_prog_info_linear
[PATCH 00/21] perf metric: Fixes and allow modifiers
2021-10-08 20:21 UTC (6+ messages)
` [PATCH 01/21] tools lib: Add list_sort
` [PATCH 02/21] perf pmu: Add const to pmu_events_map
[RFC PATCH 0/5] Start aligning perf test with kunit style
2021-10-08 20:04 UTC (7+ messages)
[PATCH] perf kmem: Improve man page for record options
2021-10-08 19:10 UTC (2+ messages)
[PATCH] libperf test: Fix build error
2021-10-08 18:51 UTC (3+ messages)
[PATCH] perf daemon: Remove a duplicate #include
2021-10-08 18:16 UTC (2+ messages)
SDT probes 'f' float type indicator
2021-10-08 15:57 UTC
[RFC PATCH v1 00/37] perf: use workqueue for evlist operations
2021-10-08 14:46 UTC (5+ messages)
` [RFC PATCH v1 03/37] perf evlist: replace evsel__cpu_iter* functions with evsel__find_cpu
` [RFC PATCH v1 03/37] perf evlist: replace evsel__cpu_iter* functions with evsel__find_cpu()
` [RFC PATCH v1 36/37] perf test/evlist-open-close: use inline func to convert timeval to usec
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).