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
2017-07-13 17:47:01 linux-kernel [PATCH v2 6/9] perf annotate browser: Show the proper header when using --show-total-period
2017-07-13 17:46:36 linux-kernel [PATCH v2 7/9] perf annotate: Support --show-nr-samples option
2017-07-13 17:46:32 linux-kernel [PATCH v2 9/9] perf annotate: Use the sample period when calculating the percentage
2017-07-13 17:46:24 linux-kernel [PATCH v2 8/9] perf annotate browser: Support the toggle number of samples with a 'e' hotkey
2017-07-13 17:46:13 linux-kernel [PATCH v2 4/9] perf annotate: Show the proper header when using --show-total-period
2017-07-13 17:46:09 linux-kernel [PATCH v2 3/9] perf annotate: Fix wrong --show-total-period option showing number of samples
2017-07-13 17:46:02 linux-kernel [PATCH v2 1/9] perf annotate: Introduce struct sym_hist_entry
2017-07-13 17:46:00 linux-kernel [PATCH v2 2/9] perf annotate: Properly rename 'sum' to 'total_samples' in struct sym_hist
2017-07-13 17:45:50 linux-kernel [PATCH v2 0/9] perf annotate: Fix --show-total-period and support --show-nr-samples
2017-07-13 17:10:45 linux-kernel Re: [PATCH 3/4] perf annotate: Support --show-nr-samples option
2017-07-13 16:56:12 linux-kernel Re: [PATCH 4/4] perf annotate browser: Support the toggle number of samples
2017-07-13 13:11:49 linux-kernel Re: [PATCH 3/4] perf annotate: Support --show-nr-samples option
2017-07-13 07:25:47 linux-kernel Re: [PATCH 2/4] perf anntoate browser: Fix the toggle total period view to show period, not number of samples
2017-07-13 07:23:13 linux-kernel Re: [PATCH 1/4] perf annotate: Fix wrong --show-total-period option showing number of samples
2017-07-11 22:14:59 linux-kernel [PATCH 1/4] perf annotate: Fix wrong --show-total-period option showing number of samples
2017-07-11 22:14:28 linux-kernel [PATCH 4/4] perf annotate browser: Support the toggle number of samples
2017-07-11 22:14:23 linux-kernel [PATCH 2/4] perf anntoate browser: Fix the toggle total period view to show period, not number of samples
2017-07-11 22:14:22 linux-kernel [PATCH 3/4] perf annotate: Support --show-nr-samples option
2017-07-11 22:14:06 linux-kernel [PATCH 0/4] perf annotate: Fix --show-total-period and support --show-nr-samples
2017-07-05 06:50:45 linux-kernel Re: [QUESTION] perf annotate: how do we fix the 'total period' feature ?
2017-07-05 05:47:53 linux-kernel [QUESTION] perf annotate: how do we fix the 'total period' feature ?
2017-06-30 16:22:00 linux-kernel Re: [PATCH/RFC 0/4] perf annotate: Add --source-only option and the new source code TUI view
2017-06-30 15:44:41 linux-kernel Re: [PATCH/RFC 1/4] perf annotate: Add --source-only option
2017-06-30 07:14:54 linux-kernel Re: [PATCH/RFC 0/4] perf annotate: Add --source-only option and the new source code TUI view
2017-06-28 16:27:47 linux-kernel Re: [PATCH/RFC 0/4] perf annotate: Add --source-only option and the new source code TUI view
2017-06-28 16:16:02 linux-kernel Re: [PATCH/RFC 2/4] perf annotate: Add new source code view to the annotate TUI browser
2017-06-28 03:26:56 linux-kernel Re: [PATCH/RFC 0/4] perf annotate: Add --source-only option and the new source code TUI view
2017-06-28 03:18:22 linux-kernel [PATCH/RFC 0/4] perf annotate: Add --source-only option and the new source code TUI view
2017-06-28 03:14:55 linux-kernel [PATCH/RFC 3/4] perf annotate: Fold or unfold partial disassembly lines on source code view
2017-06-28 03:14:44 linux-kernel [PATCH/RFC 4/4] perf annotate: Support a 'o' key showing addresses on the new source code view
2017-06-28 03:14:32 linux-kernel [PATCH/RFC 2/4] perf annotate: Add new source code view to the annotate TUI browser
2017-06-28 03:14:19 linux-kernel [PATCH/RFC 1/4] perf annotate: Add --source-only option
2017-06-17 03:47:04 linux-kernel [PATCH v4 5/5] perf config: Autogenerate a config file if it does not exist on setting feature.
2017-06-17 03:47:03 linux-kernel [PATCH v4 4/5] perf config: Check not only section->from_system_config but also item's
2017-06-17 03:46:54 linux-kernel [PATCH v4 3/5] perf config: Finally write changed configs on config file at a time
2017-06-17 03:46:53 linux-kernel [PATCH v4 2/5] perf config: Refactor the code using 'ret' variable in cmd_config()
2017-06-17 03:46:44 linux-kernel [PATCH v4 1/5] perf config: Check error cases of {show_spec, set}_config()
2017-06-17 03:46:39 linux-kernel [PATCH v4 0/5] perf config: Bugfixes & Refactoring
2017-04-27 12:57:55 linux-kernel Re: [PATCH] plugin python: Adjust the handling after PyRun_String() failed
2017-04-27 02:56:19 linux-kernel [PATCH v2] plugin python: Adjust the handling after PyRun_String() failed
2017-04-27 02:52:26 linux-kernel Re: [PATCH] plugin python: Adjust the handling after PyRun_String() failed
2017-04-26 23:46:38 linux-kernel [PATCH] plugin python: Adjust the handling after PyRun_String() failed
2017-04-26 22:51:48 linux-kernel Re: [PATCH] trace-cmd: Fix a warning about incompatible pointer type of load_plugin()
2017-04-26 14:57:08 linux-kernel [PATCH] parse-events: Fix the FALSE case in pevent_filter_clear_trivial()
2017-04-26 14:56:16 linux-kernel Re: [PATCH] trace-cmd: Fix a warning about incompatible pointer type of load_plugin()
2017-04-26 14:17:34 linux-kernel [PATCH 1/7] perf config: Refactor a duplicated code for config file name
2017-04-26 12:23:29 linux-kernel [PATCH 6/7] perf config: Finally write changed configs on config file at a time
2017-04-26 12:23:27 linux-kernel [PATCH 7/7] perf config: No free config set when it's initialization failed
2017-04-26 12:23:22 linux-kernel [PATCH 5/7] perf config: Correctly check whether it is from system config
2017-04-26 12:22:55 linux-kernel [PATCH 4/7] perf config: Invert if statements to reduce nesting in cmd_config()
2017-04-26 12:22:27 linux-kernel [PATCH 3/7] perf config: Use none_err for all cases that nothing configured