Ian Rogers ([email protected])

Number of posts: 5969 (3.28 per day)
First post: 2019-04-29 23:05:10
Last post: 2024-04-24 15:23:29

Date List Subject
2024-04-24 15:23:29 linux-kernel Re: [PATCH v2 13/16] perf parse-events: Improvements to modifier parsing
2024-04-24 15:14:29 linux-kernel Re: [PATCH v2 00/16] Consistently prefer sysfs/json events
2024-04-23 22:49:12 linux-kernel Re: [PATCH v2 1/2] perf pmus: Sort/merge/aggregate PMUs like mrvl_ddr_pmu
2024-04-23 21:53:53 linux-kernel Re: [PATCH 1/1] perf tests shell kprobes: Add missing description as used by 'perf test' output
2024-04-23 16:57:35 linux-kernel Re: [PATCH] perf annotate: Fix data type profiling on stdio
2024-04-23 15:19:03 linux-kernel Re: [PATCH v2 0/6] Assume sysfs event names are always lowercase
2024-04-23 04:28:28 linux-kernel [PATCH v4 5/7] perf dso: Add reference count checking and accessor functions
2024-04-23 04:28:09 linux-kernel [PATCH v4 7/7] perf dso: Use container_of to avoid a pointer in dso_data
2024-04-23 04:27:53 linux-kernel [PATCH v4 6/7] perf dso: Reference counting related fixes
2024-04-23 04:27:46 linux-kernel [PATCH v4 1/7] perf dsos: Switch backing storage to array from rbtree/list
2024-04-23 04:27:36 linux-kernel [PATCH v4 4/7] perf dsos: Switch hand code to bsearch
2024-04-23 04:27:24 linux-kernel [PATCH v4 3/7] perf dsos: Remove __dsos__findnew_link_by_longname_id
2024-04-23 04:26:54 linux-kernel [PATCH v4 2/7] perf dsos: Remove __dsos__addnew
2024-04-23 04:26:32 linux-kernel [PATCH v4 0/7] dso/dsos memory savings and clean up
2024-04-23 03:46:23 linux-kernel Re: [PATCH] perf: RISC-V: Check standard event availability
2024-04-23 03:19:05 linux-kernel [PATCH v2 6/6] perf pmu: Assume sysfs events are always lowercase
2024-04-23 03:19:01 linux-kernel [PATCH v2 5/6] perf test pmu: Test all sysfs PMU event names are lowercase
2024-04-23 03:18:34 linux-kernel [PATCH v2 4/6] perf test pmu: Add an eagerly loaded event test
2024-04-23 03:18:28 linux-kernel [PATCH v2 3/6] perf test pmu: Refactor format test and exposed test APIs
2024-04-23 03:18:13 linux-kernel [PATCH v2 2/6] perf Document: Capture that sysfs event names must be lower case
2024-04-23 03:18:00 linux-kernel [PATCH v2 1/6] perf test pmu-events: Make it clearer that pmu-events tests json events
2024-04-23 03:17:48 linux-kernel [PATCH v2 0/6] Assume sysfs event names are always lowercase
2024-04-22 21:00:32 linux-kernel Re: [PATCH v3 00/12] dso/dsos memory savings and clean up
2024-04-19 14:53:07 linux-kernel Re: [PATCH v1] perf test: Avoid hard coded metrics in stat std output test
2024-04-18 21:07:58 linux-kernel Re: [PATCH v2 11/16] perf parse-events: Improve error message for bad numbers
2024-04-18 16:22:56 linux-kernel Re: [RFC PATCH v1] perf pmu: Assume sysfs events are always lowercase
2024-04-17 18:32:34 linux-kernel [PATCH v1] perf test: Avoid hard coded metrics in stat std output test
2024-04-17 14:52:05 linux-kernel Re: [Linux kernel bug] WARNING in free_event
2024-04-17 06:36:34 linux-kernel Re: [RFC PATCH v5 15/16] perf stat: use tool event helper function in metricgroup__build_event_string
2024-04-17 06:13:36 linux-kernel Re: [RFC PATCH v5 09/16] perf stat: Add function to handle special events in hardware-grouping
2024-04-17 05:36:13 linux-kernel Re: [RFC PATCH v5 05/16] perf stat: Add functions to set counter bitmaps for hardware-grouping method
2024-04-17 03:49:43 linux-kernel Re: [RFC PATCH v5 01/16] perf stat: Add new field in stat_config to enable hardware aware grouping.
2024-04-16 17:03:26 linux-kernel [PATCH v1 2/2] perf test bpf-counters: Add test for BPF event modifier
2024-04-16 17:01:00 linux-kernel [PATCH v1 1/2] perf docs: Document bpf event modifier
2024-04-16 15:05:15 linux-kernel Re: [PATCH] tools/perf: Fix compiling with libelf on rv32
2024-04-16 06:23:27 linux-kernel [PATCH v2 14/16] perf parse-event: Constify event_symbol arrays
2024-04-16 06:22:33 linux-kernel [PATCH v2 12/16] perf parse-events: Inline parse_events_evlist_error
2024-04-16 06:21:24 linux-kernel [PATCH v2 10/16] perf parse-events: Inline parse_events_update_lists
2024-04-16 06:20:33 linux-kernel [PATCH v2 16/16] perf parse-events: Tidy the setting of the default event name
2024-04-16 06:20:24 linux-kernel [PATCH v2 06/16] perf parse-events: Legacy cache names on all PMUs and lower priority
2024-04-16 06:20:08 linux-kernel [PATCH v2 15/16] perf parse-events: Minor grouping tidy up
2024-04-16 06:18:50 linux-kernel [PATCH v2 11/16] perf parse-events: Improve error message for bad numbers
2024-04-16 06:18:18 linux-kernel [PATCH v2 09/16] perf parse-events: Prefer sysfs/json hardware events over legacy
2024-04-16 06:18:01 linux-kernel [PATCH v2 08/16] perf parse-events: Constify parse_events_add_numeric
2024-04-16 06:17:44 linux-kernel [PATCH v2 07/16] perf parse-events: Handle PE_TERM_HW in name_or_raw
2024-04-16 06:17:08 linux-kernel [PATCH v2 05/16] perf tests parse-events: Use branches rather than cache-references
2024-04-16 06:16:58 linux-kernel [PATCH v2 04/16] perf pmu: Refactor perf_pmu__match
2024-04-16 06:16:35 linux-kernel [PATCH v2 03/16] perf parse-events: Avoid copying an empty list
2024-04-16 06:16:27 linux-kernel [PATCH v2 02/16] perf parse-events: Directly pass PMU to parse_events_add_pmu
2024-04-16 06:16:14 linux-kernel [PATCH v2 01/16] perf parse-events: Factor out '<event_or_pmu>/.../' parsing
2024-04-16 06:16:03 linux-kernel [PATCH v2 00/16] Consistently prefer sysfs/json events