Namhyung Kim ([email protected])

Number of posts: 6242 (1.42 per day)
First post: 2012-06-11 04:48:24
Last post: 2024-06-16 04:45:49

Date List Subject
2022-11-22 18:56:57 linux-kernel Re: [PATCH linux-next] perf stat: use sysfs_streq() instead of strncmp()
2022-11-19 01:54:49 linux-kernel Re: [PATCH v1 1/2] perf build: Require libtraceevent from the system
2022-11-19 01:48:23 linux-kernel [PATCH] perf inject: Set PERF_RECORD_MISC_BUILD_ID_SIZE
2022-11-18 19:25:46 linux-kernel [PATCH] perf lock contention: Do not use BPF task local storage
2022-11-17 19:36:58 linux-kernel Re: [PATCH 05/12] perf test: Add 'leafloop' test workload
2022-11-17 00:17:33 linux-kernel [PATCH 01/12] perf test: Add -w/--workload option
2022-11-16 23:55:40 linux-kernel [PATCHSET 00/12] perf test: Add test workloads (v3)
2022-11-16 23:55:26 linux-kernel [PATCH 03/12] perf test: Add 'thloop' test workload
2022-11-16 23:44:51 linux-kernel [PATCH 11/12] perf test: Add 'datasym' test workload
2022-11-16 23:44:49 linux-kernel [PATCH 10/12] perf test: Replace brstack test workload
2022-11-16 23:44:39 linux-kernel [PATCH 09/12] perf test: Add 'brstack' test workload
2022-11-16 23:44:36 linux-kernel [PATCH 08/12] perf test: Replace arm spe fork test workload with sqrtloop
2022-11-16 23:44:28 linux-kernel [PATCH 06/12] perf test: Replace arm callgraph fp test workload with leafloop
2022-11-16 23:44:21 linux-kernel [PATCH 07/12] perf test: Add 'sqrtloop' test workload
2022-11-16 23:44:21 linux-kernel [PATCH 05/12] perf test: Add 'leafloop' test workload
2022-11-16 23:44:10 linux-kernel [PATCH 02/12] perf test: Replace pipe test workload with noploop
2022-11-16 23:43:31 linux-kernel [PATCH 12/12] perf test: Replace data symbol test workload with datasym
2022-11-16 23:43:03 linux-kernel [PATCH 04/12] perf test: Replace record test workload with thloop
2022-11-16 23:16:38 linux-kernel Re: [PATCH 09/12] perf test: Add 'brstack' test workload
2022-11-16 23:15:08 linux-kernel Re: [PATCH v3 10/10] perf list: Add json output option
2022-11-15 00:36:33 linux-kernel [PATCH 05/19] perf stat: Split aggr_printout() function
2022-11-15 00:29:33 linux-kernel [PATCH 10/19] perf stat: Split print_metric_headers() function
2022-11-15 00:08:04 linux-kernel [PATCH 04/19] perf stat: Split print_cgroup() function
2022-11-15 00:06:29 linux-kernel [PATCH 02/19] perf stat: Split print_running() function
2022-11-15 00:05:42 linux-kernel [PATCH 07/19] perf stat: Handle bad events in abs_printout()
2022-11-15 00:03:44 linux-kernel [PATCH 14/19] perf stat: Rework header display
2022-11-15 00:02:32 linux-kernel [PATCH 03/19] perf stat: Split print_noise_pct() function
2022-11-14 23:59:21 linux-kernel [PATCH 08/19] perf stat: Add before_metric argument
2022-11-14 23:36:19 linux-kernel [PATCH 18/19] perf stat: Support --for-each-cgroup and --metric-only
2022-11-14 23:31:03 linux-kernel [PATCH 09/19] perf stat: Align cgroup names
2022-11-14 23:28:44 linux-kernel [PATCH 11/19] perf stat: Factor out prepare_interval()
2022-11-14 23:25:54 linux-kernel [PATCH 12/19] perf stat: Cleanup interval print alignment
2022-11-14 23:21:33 linux-kernel [PATCH 16/19] perf stat: Factor out prefix display
2022-11-14 23:20:54 linux-kernel [PATCH 19/19] perf stat: Add print_aggr_cgroup() for --for-each-cgroup and --topdown
2022-11-14 23:19:31 linux-kernel [PATCH 01/19] perf stat: Clear screen only if output file is a tty
2022-11-14 23:18:22 linux-kernel [PATCH 13/19] perf stat: Remove impossible condition
2022-11-14 23:10:46 linux-kernel [PATCH 15/19] perf stat: Move condition to print_footer()
2022-11-14 23:09:01 linux-kernel [PATCH 17/19] perf stat: Factor out print_metric_{begin,end}()
2022-11-14 23:06:22 linux-kernel [PATCH 06/19] perf stat: Factor out print_counter_value() function
2022-11-14 23:05:47 linux-kernel [PATCHSET 00/19] perf stat: Improve perf stat output (v1)
2022-11-12 04:31:11 linux-kernel [PATCH 08/11] perf stat: Fix condition in print_interval()
2022-11-12 04:03:36 linux-kernel [PATCH 05/11] perf stat: Clear screen only if output file is a tty
2022-11-12 03:53:22 linux-kernel [PATCH 03/11] perf stat: Fix --metric-only --json output
2022-11-12 03:52:48 linux-kernel [PATCH 10/11] perf stat: Fix summary output in CSV with --metric-only
2022-11-12 03:52:37 linux-kernel [PATCH 01/11] perf stat: Fix crash with --per-node --metric-only in CSV mode
2022-11-12 03:39:35 linux-kernel [PATCH 11/11] perf stat: Add missing separator in the CSV header
2022-11-12 03:37:17 linux-kernel [PATCHSET 00/11] perf stat: Cleanup perf stat output display (v2)
2022-11-12 03:36:48 linux-kernel [PATCH 02/11] perf stat: Move common code in print_metric_headers()
2022-11-12 03:35:32 linux-kernel [PATCH 04/11] perf stat: Increase metric length to align outputs
2022-11-12 03:29:27 linux-kernel [PATCH 09/11] perf stat: Consolidate condition to print metrics
2022-11-12 03:26:14 linux-kernel [PATCH 07/11] perf stat: Add header for interval in JSON output