summaryrefslogtreecommitdiffstats
path: root/runtime/probes/shellsnoop/shellsnoop.c
Commit message (Collapse)AuthorAgeFilesLines
* SW5106 Remove old map and histogram formatting codeStan Cox2008-05-291-161/+0
|
* 2005-11-08 Martin Hunt <hunt@redhat.com>hunt2005-11-091-45/+64
| | | | | | | | * shellsnoop/shellsnoop.c: Updated to use new map API. * where_func/kprobe_where_funct.c: Ditto. * os_timer/os_timer.c (probe_start): Ditto. * test4/test4.c: Ditto. * scf/scf.c: Ditto.
* 2005-08-19 Martin Hunt <hunt@redhat.com>hunt2005-08-191-5/+5
| | | | | * shellsnoop/shellsnoop.c: Remove STP_NETLINK_ONLY. * stp: Deleted. Use stpd directly.
* 2005-07-08 Martin Hunt <hunt@redhat.com>hunt2005-07-081-13/+2
| | | | | | * ALL: Use new runtime.h. Change init_module() to probe_start() and don't do transport calls. Remove MODULE_LICENSE and cleanup_module().
* Fix accidently commented-out line.hunt2005-07-081-1/+1
|
* 2005-07-08 Martin Hunt <hunt@redhat.com>hunt2005-07-081-8/+20
| | | | | | * shellsnoop/shellsnoop.c (init_module): Call _stp_transport_close() if initialization fails. (cleanup_module): Call _stp_transport_cleanup().
* 2005-06-23 Martin Hunt <hunt@redhat.com>hunt2005-06-231-22/+2
| | | | * all probes: MOdified to use latest changes to transport.h.
* Added merging/sorting of per-cpu data, transport config/selection by probe, etctrz2005-06-211-1/+11
|
* 2005-06-18 Martin Hunt <hunt@redhat.com>hunt2005-06-181-7/+5
| | | | | | | | | | | | | | | | * build: Modified to use build_probe. * build_probe: New file. This does the work of building a single probe or set of probes in a directory. * Makefile.template: New file. Template used by build_probe to create Makefiles. * agg: New set of probes to test/demonstrate Counter and Stat aggregations. * all probes modified for latest changes and new build process.
* Renamed to shellsnoop.c. Minor fixes.hunt2005-05-191-0/+153