stacksnoop: Retire and move to examples/tracing
authorSasha Goldshtein <goldshtn@gmail.com>
Thu, 30 Mar 2017 10:32:23 +0000 (06:32 -0400)
committerSasha Goldshtein <goldshtn@gmail.com>
Sat, 1 Apr 2017 18:49:22 +0000 (14:49 -0400)
commit24f77d7b5050f22907ab17d1f77d7ff4e0b13ff6
tree8367a903fd8cf359e4095d23169155a98a6e38a1
parent6ceb3291fe777daccf967030e50a5bb221c45a04
stacksnoop: Retire and move to examples/tracing

Move stacksnoop to examples/tracing. Originally we considered
leaving a script that redirects to the `trace` tool, but decided
not to. Any users of stacksnoop can migrate directly to `trace`.

Resolves #737.
README.md
examples/tracing/stacksnoop.py [moved from tools/stacksnoop.py with 90% similarity]
examples/tracing/stacksnoop_example.txt [moved from tools/stacksnoop_example.txt with 100% similarity]
man/man8/stacksnoop.8 [deleted file]
tests/python/test_tools_smoke.py