lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250326160416.1725322-1-howardchu95@gmail.com>
Date: Wed, 26 Mar 2025 09:04:16 -0700
From: Howard Chu <howardchu95@...il.com>
To: acme@...nel.org
Cc: mingo@...hat.com,
	namhyung@...nel.org,
	mark.rutland@....com,
	alexander.shishkin@...ux.intel.com,
	jolsa@...nel.org,
	irogers@...gle.com,
	adrian.hunter@...el.com,
	peterz@...radead.org,
	kan.liang@...ux.intel.com,
	linux-perf-users@...r.kernel.org,
	linux-kernel@...r.kernel.org,
	Howard Chu <howardchu95@...il.com>
Subject: [PATCH v1] perf doc: Improve perf trace's doc on --force-btf option

As mentioned by Arnaldo in a past discussion (Link:
https://lore.kernel.org/linux-perf-users/Z2m0pWiQgZNXhvxK@x1/), the
current documentation on --force-btf is vague and inaccurate, this patch
aims to provide a clearer explanation of the option.

Signed-off-by: Howard Chu <howardchu95@...il.com>
Suggested-by: Arnaldo Carvalho de Melo <acme@...nel.org>
---
 tools/perf/Documentation/perf-trace.txt | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/tools/perf/Documentation/perf-trace.txt b/tools/perf/Documentation/perf-trace.txt
index 887dc37773d0..cf2445d2ba3d 100644
--- a/tools/perf/Documentation/perf-trace.txt
+++ b/tools/perf/Documentation/perf-trace.txt
@@ -246,10 +246,10 @@ the thread executes on the designated CPUs. Default is to monitor all CPUs.
 	arguments to strings (pid to comm, syscall id to syscall name, etc).
 
 --force-btf::
-	Use btf_dump to pretty print syscall argument data, instead of using hand-crafted pretty
-	printers. This option is intended for testing BTF integration in perf trace. btf_dump-based
-	pretty-printing serves as a fallback to hand-crafted pretty printers, as the latter can
-	better pretty-print integer flags and struct pointers.
+	Use libbpf's btf_dump to pretty print syscall arguments, utilizing only the debug
+	information from BTF. This option is intended for testing BTF integration in perf
+	trace. Using libbpf is a fallback to perf trace's own prettifiers generated from the
+	kernel source, as the latter can better pretty-print integer flags and struct members.
 
 PAGEFAULTS
 ----------
-- 
2.45.2


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ