]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
perf probe: Support hexadecimal casting
authorMasami Hiramatsu <mhiramat@kernel.org>
Thu, 18 Aug 2016 08:58:47 +0000 (17:58 +0900)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 23 Aug 2016 20:06:37 +0000 (17:06 -0300)
commit925437872525ee229736a9a8bdf804fc98f75b44
treea2e81893c0b0f843b972202d4b79db3325d5bdc7
parent180b20616ce57e93eb692170c793be94c456b1e2
perf probe: Support hexadecimal casting

Support hexadecimal unsigned integer casting by 'x'.  This allows user
to explicitly specify the output format of the probe arguments as
hexadecimal.

Signed-off-by: Masami Hiramatsu <mhiramat@kernel.org>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Hemant Kumar <hemant@linux.vnet.ibm.com>
Cc: Naohiro Aota <naohiro.aota@hgst.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Steven Rostedt <rostedt@goodmis.org>
Cc: Wang Nan <wangnan0@huawei.com>
Link: http://lkml.kernel.org/r/147151072679.12957.4458656416765710753.stgit@devbox
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/Documentation/perf-probe.txt
tools/perf/util/probe-finder.c