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-10 05:38:37 linux-kernel [PATCH v3 2/5] perf stat: Uniquify event name improvements
2024-05-10 05:38:30 linux-kernel [PATCH v3 1/5] perf evsel: Add alternate_hw_config and use in evsel__match
2024-05-10 05:38:27 linux-kernel [PATCH v3 0/5] Event parsing fixes
2024-05-10 05:13:23 linux-kernel [PATCH v1] perf stat: Don't display metric header for non-leader uncore events
2024-05-09 15:33:02 linux-kernel [PATCH v2] perf tracepoint: Don't scan all tracepoints to test if one exists
2024-05-09 06:43:37 linux-kernel Re: [PATCH 1/1] perf probe: Use zfree() to avoid possibly accessing dangling pointers
2024-05-09 06:06:05 linux-kernel [PATCH v1] perf tracepoint: Don't scan all tracepoints to test if one exists
2024-05-09 05:37:36 linux-kernel Re: [PATCH v1] libsubcmd: Fix parse-options memory leak
2024-05-09 05:32:48 linux-kernel Re: [PATCH v1 1/4] perf ui browser: Avoid segv on title
2024-05-09 05:31:38 linux-kernel [PATCH v1] perf lock: Avoid memory leaks from strdup
2024-05-09 05:20:37 linux-kernel [PATCH v1] libsubcmd: Fix parse-options memory leak
2024-05-08 23:41:08 linux-kernel Re: [PATCH 1/1] perf kwork: Use zfree() to avoid possibly accessing dangling pointers
2024-05-08 23:40:37 linux-kernel Re: [PATCH 1/1] perf callchain: Use zfree() to avoid possibly accessing dangling pointers
2024-05-08 23:19:14 linux-kernel Re: [PATCH] perf build: Specify libtraceevent dir to rpath for asan/msan build
2024-05-08 22:47:49 linux-kernel Re: [PATCH v2 0/3] perf probe: Allow names to start with digits
2024-05-08 22:14:31 linux-kernel Re: [PATCH 4/4] perf symbols: Fix ownership of string in dso__load_vmlinux()
2024-05-08 22:06:50 linux-kernel Re: [PATCH 2/4] perf maps: Re-use __maps__free_maps_by_name()
2024-05-08 21:44:34 linux-kernel Re: [PATCH v2 3/3] perf parse: Allow names to start with digits
2024-05-08 21:42:54 linux-kernel Re: [PATCH v2 2/3] perf parse-events: Add new 'fake_tp' parameter for tests
2024-05-08 21:05:26 linux-kernel Re: [PATCH] perf dwarf-aux: Fix build with HAVE_DWARF_CFI_SUPPORT
2024-05-08 20:46:04 linux-kernel Re: Makefile.perf:1149: *** Missing bpftool input for generating vmlinux.h. Stop.
2024-05-08 03:57:47 linux-kernel [PATCH v1 2/4] perf comm: Fix comm_str__put for reference count checking
2024-05-08 03:57:33 linux-kernel [PATCH v1 0/4] Segv and RC checking fixes
2024-05-08 03:54:14 linux-kernel [PATCH v1 4/4] perf thread: Fixes to thread__new
2024-05-08 03:53:51 linux-kernel [PATCH v1 3/4] perf report: Avoid segv in report__setup_sample_type
2024-05-08 03:53:33 linux-kernel [PATCH v1 1/4] perf ui browser: Avoid segv on title
2024-05-08 01:18:16 linux-kernel Re: [PATCH v1 1/8] perf ui browser: Don't save pointer to stack memory
2024-05-08 00:51:30 linux-kernel Re: [PATCH v1 1/8] perf ui browser: Don't save pointer to stack memory
2024-05-07 18:37:58 linux-kernel [PATCH v1 7/8] perf mem-info: Add reference count checking
2024-05-07 18:37:51 linux-kernel [PATCH v1 8/8] perf hist: Avoid hist_entry_iter mem_info memory leak
2024-05-07 18:37:32 linux-kernel [PATCH v1 6/8] perf mem-info: Move mem-info out of mem-events and symbol
2024-05-07 18:37:29 linux-kernel [PATCH v1 4/8] perf cpumap: Remove refcnt from cpu_aggr_map
2024-05-07 18:37:18 linux-kernel [PATCH v1 5/8] perf comm: Add reference count checking to comm_str
2024-05-07 18:36:49 linux-kernel [PATCH v1 3/8] perf block-info: Remove unused refcount
2024-05-07 18:36:36 linux-kernel [PATCH v1 2/8] perf annotate: Fix memory leak in annotated_source
2024-05-07 18:36:23 linux-kernel [PATCH v1 1/8] perf ui browser: Don't save pointer to stack memory
2024-05-07 18:36:12 linux-kernel [PATCH v1 0/8] Address/leak sanitizer clean ups
2024-05-06 18:43:49 linux-kernel Re: [PATCH 5/5] selftests/bpf: a simple benchmark tool for /proc/<pid>/maps APIs
2024-05-06 18:12:12 linux-kernel [PATCH v7 2/4] perf symbol-elf: Ensure dso__put in machine__process_ksymbol_register
2024-05-06 18:07:04 linux-kernel [PATCH v7 3/4] perf symbol-elf: dso__load_sym_internal reference count fixes
2024-05-06 18:03:23 linux-kernel [PATCH v7 4/4] perf dso: Use container_of to avoid a pointer in dso_data
2024-05-06 18:02:40 linux-kernel [PATCH v7 0/4] dso/dsos memory savings and clean up
2024-05-06 18:02:28 linux-kernel [PATCH v7 1/4] perf map: Add missing dso__put in map__new
2024-05-06 15:26:24 linux-kernel Re: [PATCH v6 6/7] perf dso: Reference counting related fixes
2024-05-05 05:26:38 linux-kernel Re: [PATCH 0/5] ioctl()-based API to query VMAs from /proc/<pid>/maps
2024-05-05 05:10:04 linux-kernel Re: [PATCH 5/5] selftests/bpf: a simple benchmark tool for /proc/<pid>/maps APIs
2024-05-05 03:17:04 linux-kernel [PATCH v3 2/2] perf tests: Add some pmu core functionality tests
2024-05-05 03:16:57 linux-kernel [PATCH v3 1/2] perf pmus: Sort/merge/aggregate PMUs like mrvl_ddr_pmu
2024-05-05 03:16:42 linux-kernel [PATCH v3 0/2] perf pmus: Sort/merge/aggregate PMUs like mrvl_ddr_pmu
2024-05-04 21:39:58 linux-kernel [PATCH v6 5/7] perf dso: Add reference count checking and accessor functions
2024-05-04 21:39:37 linux-kernel [PATCH v6 7/7] perf dso: Use container_of to avoid a pointer in dso_data