]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
perf script python: Updated trace_unhandled() signature
authorSeongJae Park <sj38.park@gmail.com>
Tue, 30 May 2017 11:18:27 +0000 (20:18 +0900)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 7 Jun 2017 23:27:32 +0000 (20:27 -0300)
commit1bf8d5a4a5da19b1f6e7958fe67db4118fa7a1c1
treeeb0070923a51688c21efaec206e79d11b688644c
parent26ddb8722df865aa67fbe459107d2f3f8e5c6829
perf script python: Updated trace_unhandled() signature

Default function signature of trace_unhandled() got changed to include a
field dict, but its documentation, perf-script-python.txt has not been
updated.  Fix it.

Signed-off-by: SeongJae Park <sj38.park@gmail.com>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Pierre Tardy <tardyp@gmail.com>
Fixes: c02514850d67 ("perf scripts python: Give field dict to unhandled callback")
Link: http://lkml.kernel.org/r/20170530111827.21732-6-sj38.park@gmail.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/Documentation/perf-script-python.txt