Skip to content

Commit 1abccd7

Browse files
toyookarostedt
authored andcommitted
tracing: update documentation of snapshot utility
Now, "snapshot" file returns success on a reset of snapshot buffer even if the buffer wasn't allocated, instead of returning EINVAL. This patch updates snapshot desctiption according to the change. Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Hiraku Toyooka <[email protected]> Signed-off-by: Steven Rostedt <[email protected]>
1 parent c9960e4 commit 1abccd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/trace/ftrace.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1873,7 +1873,7 @@ feature:
18731873

18741874
status\input | 0 | 1 | else |
18751875
--------------+------------+------------+------------+
1876-
not allocated |(do nothing)| alloc+swap | EINVAL |
1876+
not allocated |(do nothing)| alloc+swap |(do nothing)|
18771877
--------------+------------+------------+------------+
18781878
allocated | free | swap | clear |
18791879
--------------+------------+------------+------------+

0 commit comments

Comments
 (0)