summaryrefslogtreecommitdiffstats
path: root/tapset-procfs.cxx
Commit message (Collapse)AuthorAgeFilesLines
* Fixed PR 10258.David Smith2009-07-021-26/+45
| | | | | | | | | | | * tapset-procfs.cxx (procfs_derived_probe::join_group): Outputs structure definition. (procfs_derived_probe_group::emit_module_decls): The generated '_stp_procfs_read' and '_stp_procfs_write' functions no longer put a string_t on the stack. (procfs_var_expanding_visitor::visit_target_symbol): The generated '_procfs_value_set' and '_procfs_value_get' functions copy directly into or out of the os buffer.
* Make all tapsets' TOK_FOO constantJosh Stone2009-05-151-3/+3
|
* Separate the procfs tapsetJosh Stone2009-05-061-0/+521