diff options
| author | Juhee Kang <[email protected]> | 2021-07-27 04:10:55 +0000 |
|---|---|---|
| committer | Andrii Nakryiko <[email protected]> | 2021-07-27 11:15:09 -0700 |
| commit | 7d07006f05922b95518be403f08ef8437b67aa32 (patch) | |
| tree | 256a91c7b7c62829f0b7119a6d15c7deef1a9ead /tools/perf/scripts/python/export-to-postgresql.py | |
| parent | 4cda0c82a34bce96a4e7f229e48a0a57f39acd1b (diff) | |
samples: bpf: Fix tracex7 error raised on the missing argument
The current behavior of 'tracex7' doesn't consist with other bpf samples
tracex{1..6}. Other samples do not require any argument to run with, but
tracex7 should be run with btrfs device argument. (it should be executed
with test_override_return.sh)
Currently, tracex7 doesn't have any description about how to run this
program and raises an unexpected error. And this result might be
confusing since users might not have a hunch about how to run this
program.
// Current behavior
# ./tracex7
sh: 1: Syntax error: word unexpected (expecting ")")
// Fixed behavior
# ./tracex7
ERROR: Run with the btrfs device argument!
In order to fix this error, this commit adds logic to report a message
and exit when running this program with a missing argument.
Additionally in test_override_return.sh, there is a problem with
multiple directory(tmpmnt) creation. So in this commit adds a line with
removing the directory with every execution.
Signed-off-by: Juhee Kang <[email protected]>
Signed-off-by: Andrii Nakryiko <[email protected]>
Acked-by: Yonghong Song <[email protected]>
Link: https://lore.kernel.org/bpf/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions