Ian Rogers ([email protected])

Number of posts: 6286 (3.36 per day)
First post: 2019-04-29 23:05:10
Last post: 2024-06-14 23:25:28

Date List Subject
2024-05-04 21:39:27 linux-kernel [PATCH v6 6/7] perf dso: Reference counting related fixes
2024-05-04 21:39:11 linux-kernel [PATCH v6 4/7] perf dsos: Switch hand code to bsearch
2024-05-04 21:39:00 linux-kernel [PATCH v6 3/7] perf dsos: Remove __dsos__findnew_link_by_longname_id
2024-05-04 21:38:43 linux-kernel [PATCH v6 1/7] perf dsos: Switch backing storage to array from rbtree/list
2024-05-04 21:38:40 linux-kernel [PATCH v6 2/7] perf dsos: Remove __dsos__addnew
2024-05-04 21:38:17 linux-kernel [PATCH v6 0/7] dso/dsos memory savings and clean up
2024-05-03 23:29:02 linux-kernel [PATCH v3] perf evsel: Refactor tool events
2024-05-02 22:32:02 linux-kernel [PATCH v2] perf test: Be more tolerant of metricgroup failures
2024-05-02 22:20:12 linux-kernel [PATCH v5 0/6] Assume sysfs event names are always the same case
2024-05-02 22:20:07 linux-kernel [PATCH v5 3/6] perf test pmu: Refactor format test and exposed test APIs
2024-05-02 21:45:30 linux-kernel [PATCH v5 5/6] perf test pmu: Test all sysfs PMU event names are the same case
2024-05-02 21:38:13 linux-kernel [PATCH v5 6/6] perf pmu: Assume sysfs events are always the same case
2024-05-02 21:36:27 linux-kernel [PATCH v5 4/6] perf test pmu: Add an eagerly loaded event test
2024-05-02 21:35:50 linux-kernel [PATCH v5 2/6] perf Document: Sysfs event names must be lower or upper case
2024-05-02 21:35:34 linux-kernel [PATCH v5 1/6] perf test pmu-events: Make it clearer that pmu-events tests json events
2024-05-02 18:19:50 linux-kernel Re: [PATCH v4 0/6] Assume sysfs event names are always the same case
2024-05-02 18:10:49 linux-kernel Re: [PATCH 05/10] x86/insn: Add support for REX2 prefix to the instruction decoder logic
2024-05-02 04:05:39 linux-kernel [PATCH v4 4/6] perf test pmu: Add an eagerly loaded event test
2024-05-02 04:02:57 linux-kernel [PATCH v4 6/6] perf pmu: Assume sysfs events are always the same case
2024-05-02 04:02:40 linux-kernel [PATCH v4 5/6] perf test pmu: Test all sysfs PMU event names are the same case
2024-05-02 04:02:22 linux-kernel [PATCH v4 3/6] perf test pmu: Refactor format test and exposed test APIs
2024-05-02 04:02:11 linux-kernel [PATCH v4 2/6] perf Document: Sysfs event names must be lower or upper case
2024-05-02 04:01:55 linux-kernel [PATCH v4 1/6] perf test pmu-events: Make it clearer that pmu-events tests json events
2024-05-02 04:01:39 linux-kernel [PATCH v4 0/6] Assume sysfs event names are always the same case
2024-04-30 18:43:06 linux-kernel [PATCH v1] perf lock: More strdup argument freeing
2024-04-30 17:47:07 linux-kernel Re: [PATCH] perf build: Add LIBTRACEEVENT_DIR build option
2024-04-30 16:23:59 linux-kernel Re: [PATCH] perf cs-etm: Improve version detection and error reporting
2024-04-30 03:42:03 linux-kernel Re: [PATCH v2] tools lib subcmd: Show parent options in help
2024-04-30 02:52:38 linux-kernel Re: [RFC PATCH v2 2/3] perf parse-events: Add a retirement latency modifier
2024-04-30 02:48:01 linux-kernel Re: [RFC PATCH v2 1/3] perf evsel: Refactor tool events
2024-04-30 02:10:17 linux-kernel Re: [PATCH] perf maps: Remove check_invariants() from maps__lock()
2024-04-29 20:04:13 linux-kernel [PATCH v3 6/6] perf pmu: Assume sysfs events are always the same case
2024-04-29 20:04:11 linux-kernel [PATCH v3 2/6] perf Document: Sysfs event names must be lower or upper case
2024-04-29 20:03:51 linux-kernel [PATCH v3 5/6] perf test pmu: Test all sysfs PMU event names are the same case
2024-04-29 20:03:41 linux-kernel [PATCH v3 4/6] perf test pmu: Add an eagerly loaded event test
2024-04-29 20:03:32 linux-kernel [PATCH v3 3/6] perf test pmu: Refactor format test and exposed test APIs
2024-04-29 20:03:03 linux-kernel [PATCH v3 1/6] perf test pmu-events: Make it clearer that pmu-events tests json events
2024-04-29 20:02:52 linux-kernel [PATCH v3 0/6] Assume sysfs event names are always the same case
2024-04-29 19:50:58 linux-kernel Re: [PATCH v5 0/7] dso/dsos memory savings and clean up
2024-04-29 18:52:13 linux-kernel [PATCH v5 1/7] perf dsos: Switch backing storage to array from rbtree/list
2024-04-29 18:48:51 linux-kernel [PATCH v5 5/7] perf dso: Add reference count checking and accessor functions
2024-04-29 18:48:28 linux-kernel [PATCH v5 6/7] perf dso: Reference counting related fixes
2024-04-29 18:48:18 linux-kernel [PATCH v5 7/7] perf dso: Use container_of to avoid a pointer in dso_data
2024-04-29 18:47:48 linux-kernel [PATCH v5 4/7] perf dsos: Switch hand code to bsearch
2024-04-29 18:47:23 linux-kernel [PATCH v5 3/7] perf dsos: Remove __dsos__findnew_link_by_longname_id
2024-04-29 18:47:09 linux-kernel [PATCH v5 2/7] perf dsos: Remove __dsos__addnew
2024-04-29 18:46:35 linux-kernel [PATCH v5 0/7] dso/dsos memory savings and clean up
2024-04-28 05:37:07 linux-kernel [RFC PATCH v2 3/3] perf evsel: Add retirement latency event support
2024-04-28 05:36:49 linux-kernel [RFC PATCH v2 2/3] perf parse-events: Add a retirement latency modifier
2024-04-28 05:36:42 linux-kernel [RFC PATCH v2 1/3] perf evsel: Refactor tool events
2024-04-28 05:36:30 linux-kernel [RFC PATCH v2 0/3] Retirement latency perf stat support