All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] perf kwork: A couple of fixes according to review comments
@ 2022-07-28 11:58 Yang Jihong
  2022-07-28 11:58 ` [PATCH 1/5] perf kwork: Add '--synth task' option for record Yang Jihong
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Yang Jihong @ 2022-07-28 11:58 UTC (permalink / raw)
  To: peterz, mingo, acme, mark.rutland, alexander.shishkin, jolsa,
	namhyung, colin.i.king, linux-kernel, linux-perf-users
  Cc: pc, yhs, andrii.nakryiko, songliubraving, yangjihong1

Some issues are fixed based on the comments of several reviewers:
1. Add '--synth task' option for record (note from Namhyung)
2. Replace hard-coded initialization of nr_tracepoints with ARRAY_SIZE macro (note from Namhyung)
3. Fix spelling mistake: "PRINT_TIME_UNIT_MESC_WIDTH" -> "PRINT_TIME_UNIT_MSEC_WIDTH" (note from Namhyung)
4. Fix spelling mistake: "Captuer" -> "Capture" (note from Colin)
5. Add some {} for multiline for/if blocks (note from Arnaldo)

Modifying based on the latest commit (a061a8ad3f90) at acme/perf/core:
git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux.git perf/core

Yang Jihong (5):
  perf kwork: Add '--synth task' option for record
  perf kwork: Replace hard-coded initialization of nr_tracepoints with
    ARRAY_SIZE macro
  perf kwork: Fix spelling mistake: "Captuer" -> "Capture"
  perf kwork: Fix spelling mistake: "PRINT_TIME_UNIT_MESC_WIDTH" ->
    "PRINT_TIME_UNIT_MSEC_WIDTH"
  perf kwork: Add some {} for multiline for/if blocks

 tools/perf/builtin-kwork.c | 65 ++++++++++++++++++++++----------------
 1 file changed, 38 insertions(+), 27 deletions(-)

-- 
2.30.GIT


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-07-28 12:02 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-28 11:58 [PATCH 0/5] perf kwork: A couple of fixes according to review comments Yang Jihong
2022-07-28 11:58 ` [PATCH 1/5] perf kwork: Add '--synth task' option for record Yang Jihong
2022-07-28 11:58 ` [PATCH 2/5] perf kwork: Replace hard-coded initialization of nr_tracepoints with ARRAY_SIZE macro Yang Jihong
2022-07-28 11:58 ` [PATCH 3/5] perf kwork: Fix spelling mistake: "Captuer" -> "Capture" Yang Jihong
2022-07-28 11:58 ` [PATCH 4/5] perf kwork: Fix spelling mistake: "PRINT_TIME_UNIT_MESC_WIDTH" -> "PRINT_TIME_UNIT_MSEC_WIDTH" Yang Jihong
2022-07-28 11:58 ` [PATCH 5/5] perf kwork: Add some {} for multiline for/if blocks Yang Jihong

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.