perf script python: Updated trace_unhandled() signature
authorSeongJae Park <[email protected]>
Tue, 30 May 2017 11:18:27 +0000 (20:18 +0900)
committerArnaldo Carvalho de Melo <[email protected]>
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 <[email protected]>
Cc: Alexander Shishkin <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Pierre Tardy <[email protected]>
Fixes: c02514850d67 ("perf scripts python: Give field dict to unhandled callback")
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
tools/perf/Documentation/perf-script-python.txt