All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/3] tools/perf: Add loongarch cpuinfo and fix build warning
@ 2023-08-29 13:21 Yanteng Si
  2023-08-29 13:21 ` [PATCH v4 1/3] perf/tools: Allow to use cpuinfo on LoongArch Yanteng Si
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Yanteng Si @ 2023-08-29 13:21 UTC (permalink / raw)
  To: acme
  Cc: Yanteng Si, mingo, peterz, mark.rutland, alexander.shishkin,
	jolsa, namhyung, irogers, adrian.hunter, chenhuacai,
	linux-perf-users, loongson-kernel, loongarch

v4:
* Modify commit message. [3/3]

v3:
* Using strcasest() correctly.
* Picking Huacai's Acked tag, I seem to have lost it in the last version.

v2:
* Switch to strcasestr().
* Use "test -f" instead of "[-f FILE]".

v1:
* LoongArch and riscv don't have tools/arch/xxxxx/include/uapi/asm/mman.h,
  let's modify the detection rules.
* Allow to use cpuinfo on loongarch.

Yanteng Si (3):
  perf/tools: Allow to use cpuinfo on LoongArch
  perf/trace: Fix mmap_flags for archs use generic mman.h
  perf/trace: Use "test -f" instead of "[-f FILE]"

 tools/perf/trace/beauty/mmap_flags.sh | 7 +++++--
 tools/perf/trace/beauty/mmap_prot.sh  | 5 +++--
 tools/perf/util/header.c              | 2 ++
 tools/perf/util/svghelper.c           | 2 +-
 4 files changed, 11 insertions(+), 5 deletions(-)

-- 
2.31.4


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

end of thread, other threads:[~2023-08-29 17:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-29 13:21 [PATCH v4 0/3] tools/perf: Add loongarch cpuinfo and fix build warning Yanteng Si
2023-08-29 13:21 ` [PATCH v4 1/3] perf/tools: Allow to use cpuinfo on LoongArch Yanteng Si
2023-08-29 13:21 ` [PATCH v4 2/3] perf/trace: Fix mmap_flags for archs use generic mman.h Yanteng Si
2023-08-29 13:21 ` [PATCH v4 3/3] perf/trace: Use "test -f" instead of "[-f FILE]" Yanteng Si
2023-08-29 17:16 ` [PATCH v4 0/3] tools/perf: Add loongarch cpuinfo and fix build warning Arnaldo Carvalho de Melo

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.