diff options
| author | Jiri Slaby <[email protected]> | 2020-08-18 10:56:52 +0200 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2020-08-18 13:45:20 +0200 |
| commit | a5c6bd806dd626103db38dee77796fe758c8df94 (patch) | |
| tree | 23c7c5fbda4bc87624370612ae81e0dc578e69ba /tools/perf/scripts/python/flamegraph.py | |
| parent | d73568c4ccb01d01e20cd23fefbff8e4a05ddfac (diff) | |
vt: declare xy for get/putconsxy properly
That is:
1) call the parameter 'xy' to denote what it really is, not generic 'p'
2) tell the compiler and users that we expect an array:
* with at least 2 chars (static 2)
* which we don't modify in putconsxy (const)
Signed-off-by: Jiri Slaby <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/flamegraph.py')
0 files changed, 0 insertions, 0 deletions