Taeung Song ([email protected])

Number of posts: 479 (0.42 per day)
First post: 2014-10-04 16:13:21
Last post: 2017-11-14 02:19:32

Date List Subject
2016-03-23 20:17:03 linux-kernel [PATCH v3 2/4] perf config: Let show_config() work with perf_config_set
2016-03-23 20:17:00 linux-kernel [PATCH v3 4/4] perf config: Initialize perf_config_set with all default configs
2016-03-23 20:16:51 linux-kernel [PATCH v3 3/4] perf config: Prepare all default configs
2016-03-23 20:16:45 linux-kernel [PATCH v3 1/4] perf config: Introduce perf_config_set class
2016-03-23 20:16:40 linux-kernel [RFC][PATCH v3 0/4] perf config: Infrastructure code for perf-config
2016-03-18 00:52:23 linux-kernel Re: [PATCH v2 1/5] perf config: Introduce perf_config_set class
2016-03-17 14:10:21 linux-kernel Re: [PATCH v2 1/5] perf config: Introduce perf_config_set class
2016-03-14 12:17:30 linux-kernel [PATCH v2 4/5] perf config: Initialize perf_config_set with all default configs
2016-03-14 12:17:08 linux-kernel [PATCH v2 5/5] perf config: Add 'list-all' option to show all perf's configs
2016-03-14 12:16:57 linux-kernel [PATCH v2 3/5] perf config: Prepare all default configs
2016-03-14 12:16:47 linux-kernel [PATCH v2 2/5] perf config: Let show_config() work with perf_config_set
2016-03-14 12:16:35 linux-kernel [PATCH v2 1/5] perf config: Introduce perf_config_set class
2016-03-14 12:16:24 linux-kernel [RFC][PATCH v2 0/5] perf config: Introduce perf_config_set class
2016-03-12 10:29:15 linux-kernel Re: [RFC][PATCH] perf config: Introduce perf_config_set class
2016-03-11 15:09:08 linux-kernel Re: [RFC][PATCH] perf config: Introduce perf_config_set class
2016-03-10 14:04:58 linux-kernel [TEST REPORT][PATCH] perf config: Introduce perf_config_set class
2016-03-10 14:04:44 linux-kernel [RFC][PATCH] perf config: Introduce perf_config_set class
2016-03-09 00:57:24 linux-kernel Re: [RFC][PATCH v4 1/2] tracing/syscalls: Rename a field 'nr' to '__syscall_nr' in format
2016-03-07 14:59:23 linux-kernel [PATCH v2] perf subcmd: Bugfix more exactly handle the error about 'PARSE_OPT_EXCLUSIVE'
2016-03-05 02:55:27 linux-kernel Re: [PATCH v11 17/24] perf config: Collect configs to handle config variables
2016-03-04 12:45:52 linux-kernel Re: [PATCH v11 17/24] perf config: Collect configs to handle config variables
2016-03-03 06:05:32 linux-kernel [PATCH] perf subcmd: Bugfix exactly compare long name of options to avoid repeat output.
2015-12-02 11:31:25 linux-kernel [PATCH v12 08/22] perf config: Document variables for 'call-graph' section in man page
2015-12-02 11:31:08 linux-kernel [PATCH v12 09/22] perf config: Document variables for 'report' section in man page
2015-12-02 11:28:58 linux-kernel [PATCH v12 15/22] perf config: Collect configs to handle config variables
2015-12-02 11:28:17 linux-kernel [PATCH v12 17/22] perf config: Add a option 'skel' to perf-config
2015-12-02 11:27:06 linux-kernel [PATCH v12 21/22] perf config: normalize a value depending on default type of it
2015-12-02 11:26:31 linux-kernel [PATCH v12 22/22] perf config: Add a option 'remove' to perf-config
2015-12-02 11:26:27 linux-kernel [PATCH v12 19/22] perf config: Add 'get' functionality
2015-12-02 11:26:25 linux-kernel [PATCH v12 20/22] perf config: Add 'set' feature
2015-12-02 11:26:17 linux-kernel [PATCH v12 18/22] perf config: Add --verbose option for showing config description
2015-12-02 11:26:13 linux-kernel [PATCH v12 16/22] perf config: Add 'list-all' option to perf-config
2015-12-02 11:26:07 linux-kernel [PATCH v12 14/22] perf config: Add '--system' and '--user' options to select which config file is used
2015-12-02 11:26:02 linux-kernel [PATCH v12 13/22] perf config: Document 'kmem.default' variable in man page
2015-12-02 11:25:58 linux-kernel [PATCH v12 12/22] perf config: Document 'pager.<subcommand>' variables in man page
2015-12-02 11:25:55 linux-kernel [PATCH v12 11/22] perf config: Document 'man.viewer' variable in man page
2015-12-02 11:25:50 linux-kernel [PATCH v12 10/22] perf config: Document 'top.children' variable in man page
2015-12-02 11:25:47 linux-kernel [PATCH v12 07/22] perf config: Document 'ui.show-headers' variable in man page
2015-12-02 11:25:38 linux-kernel [PATCH v12 06/22] perf config: Document 'hist.percentage' variable in man page
2015-12-02 11:25:32 linux-kernel [PATCH v12 05/22] perf config: Document variables for 'help' section in man page
2015-12-02 11:25:27 linux-kernel [PATCH v12 04/22] perf config: Document variables for 'annotate' section in man page
2015-12-02 11:25:23 linux-kernel [PATCH v12 03/22] perf config: Document 'buildid.dir' variable in man page
2015-12-02 11:25:17 linux-kernel [PATCH v12 02/22] perf config: Document variables for 'tui' and 'gtk' sections in man page
2015-12-02 11:25:08 linux-kernel [PATCH v12 01/22] perf config: Document variables for 'colors' section in man page
2015-12-02 11:23:50 linux-kernel [PATCH v12 00/22] perf config: Add functionalities into perf-config and document config info
2015-12-02 08:26:53 linux-kernel [PATCH] perf tools: bug fix, an error of parsing 'man.<tool>.*' config variable.
2015-12-01 16:17:59 linux-kernel Re: [PATCH v11 07/24] perf config: Document variables for 'help' section in man page
2015-12-01 03:59:41 linux-kernel Re: [PATCH v11 03/24] perf config: Document variables for 'color' section in man page
2015-12-01 03:58:04 linux-kernel [PATCH] perf tools: Rename 'colors.code' config
2015-11-30 01:42:09 linux-kernel Re: [PATCH v11 10/24] perf config: Document variables for 'call-graph' section in man page
2015-11-22 10:12:03 linux-kernel [PATCH v11 RESEND 02/24] perf tools: Add perf-config document