Namhyung Kim ([email protected])

Number of posts: 245 (2.53 per day)
First post: 2012-02-06 07:30:26
Last post: 2012-05-14 01:44:41

Date List Subject
2012-08-21 16:34:27 linux-kernel [tip:perf/core] perf hists: Separate out hist print functions
2012-08-21 16:13:11 linux-kernel [tip:perf/core] perf script: Fix a NULL pointer dereference
2012-08-21 15:45:07 linux-kernel [tip:perf/core] perf symbols: Implement poor man's ELF parser
2012-08-21 15:44:09 linux-kernel [tip:perf/core] perf symbols: Support minimal build without libelf
2012-08-21 15:43:20 linux-kernel [tip:perf/core] perf symbols: Split out util/symbol-elf.c
2012-08-21 15:42:10 linux-kernel [tip:perf/core] perf symbols: Introduce symbol__elf_init()
2012-08-05 16:45:30 linux-kernel [tip:perf/urgent] perf target: Fix check on buffer size
2012-06-29 16:19:44 linux-kernel [tip:perf/core] perf bench: Documentation update
2012-06-29 16:16:12 linux-kernel [tip:perf/core] perf evsel: Fix a build failure on cross compilation
2012-06-20 16:46:23 linux-kernel [tip:perf/core] perf ui: Introduce struct perf_error_ops
2012-06-11 02:47:16 linux-kernel Re: [PATCH 00/22] perf tools: Backport of latest changes on trace-cmd's libparseevent
2012-06-06 07:09:59 linux-kernel [tip:perf/urgent] perf: Remove duplicate invocation on perf_event_for_each
2012-06-06 07:04:42 linux-kernel [tip:perf/urgent] perf evlist: Pass third argument to ioctl explicitly
2012-06-06 07:03:54 linux-kernel [tip:perf/urgent] perf tools: Update ioctl documentation for PERF_IOC_FLAG_GROUP
2012-06-06 07:02:08 linux-kernel [tip:perf/urgent] perf tools: Check if callchain is corrupted
2012-06-06 07:01:24 linux-kernel [tip:perf/urgent] perf callchain: Make callchain cursors TLS
2012-06-01 02:50:41 linux-kernel Re: [PATCH 00/22] perf tools: Backport of latest changes on trace-cmd's libparseevent
2012-05-31 06:10:05 linux-kernel Re: [PATCH 00/22] perf tools: Backport of latest changes on trace-cmd's libparseevent
2012-05-31 05:54:45 linux-kernel [PATCH 2/3] perf tools: Update ioctl documentation for PERF_IOC_FLAG_GROUP
2012-05-31 05:54:26 linux-kernel [PATCH 3/3] perf evlist: Pass third argument to ioctl explicitly
2012-05-31 05:54:24 linux-kernel [PATCH 1/3] perf: Remove duplicate invocation on perf_event_for_each
2012-05-31 05:46:22 linux-kernel [PATCH/RFC 2/2] perf tools: Check callchain is corrupted
2012-05-31 05:46:08 linux-kernel [PATCH 1/2] perf callchain: Make callchain cursors TLS
2012-05-24 17:21:21 linux-kernel [tip:perf/urgent] tools lib traceevent: Fix signature of create_arg_item()
2012-05-24 17:20:28 linux-kernel [tip:perf/urgent] tools lib traceevent: Use proper function parameter type
2012-05-24 17:19:33 linux-kernel [tip:perf/urgent] tools lib traceevent: Fix freeing arg on process_dynamic_array()
2012-05-24 17:18:39 linux-kernel [tip:perf/urgent] tools lib traceevent: Fix a possibly wrong memory dereference
2012-05-24 17:18:03 linux-kernel [tip:perf/urgent] tools lib traceevent: Fix a possible memory leak
2012-05-24 09:03:44 linux-kernel Re: [PATCH] perf, x86: Make cycles:p working on SNB
2012-05-24 09:02:07 linux-kernel Re: [PATCH] perf, x86: Make cycles:p working on SNB
2012-05-24 08:56:13 linux-kernel Re: [PATCH] perf, x86: Make cycles:p working on SNB
2012-05-24 03:04:27 linux-kernel [PATCH] perf, x86: Make cycles:p working on SNB
2012-05-23 15:25:11 linux-kernel [tip:perf/core] perf target: Add cpu flag to sample_type if target has cpu
2012-05-23 15:24:19 linux-kernel [tip:perf/core] perf tools: Always try to build libtraceevent
2012-05-23 15:23:33 linux-kernel [tip:perf/core] perf tools: Rename libparsevent to libtraceevent in Makefile
2012-05-23 02:44:49 linux-kernel [PATCH 02/22] lib/traceevent: Add support for "%.*s" in bprintk events
2012-05-23 02:44:47 linux-kernel [PATCH 03/22] lib/traceevent: Add support to show migrate disable counter
2012-05-23 02:43:37 linux-kernel [PATCH 05/22] lib/traceevent: Allow expressions in __print_symbolic() fields
2012-05-23 02:43:35 linux-kernel [PATCH 06/22] lib/traceevent: Fix trace_printk for long integers
2012-05-23 02:42:48 linux-kernel [PATCH 07/22] lib/traceevent: Fix printk_cmp()
2012-05-23 02:42:46 linux-kernel [PATCH 08/22] lib/traceevent: Introduce extend_token()
2012-05-23 02:42:31 linux-kernel [PATCH 15/22] lib/traceevent: Pass string type argument to args
2012-05-23 02:41:58 linux-kernel [PATCH 17/22] lib/traceevent: Fix some comments
2012-05-23 02:41:57 linux-kernel [PATCH 16/22] lib/traceevent: Do not call add_event() again if allocation failed
2012-05-23 02:41:39 linux-kernel [PATCH 18/22] lib/traceevent: Check result of malloc() during reading token
2012-05-23 02:41:06 linux-kernel [PATCH 22/22] lib/traceevent: Cleanup realloc use
2012-05-23 02:39:31 linux-kernel [PATCH 19/22] lib/traceevent: Fix signature of create_arg_item()
2012-05-23 02:39:28 linux-kernel [PATCH 20/22] lib/traceevent: Check return value of arg_to_str()
2012-05-23 02:39:26 linux-kernel [PATCH 21/22] lib/traceevent: Add missing break in make_bprint_args
2012-05-23 02:39:24 linux-kernel [PATCH 09/22] lib/traceevent: Handle strdup failure cases
2012-05-23 02:39:22 linux-kernel [PATCH 11/22] lib/traceevent: Handle realloc() failure path