Man Page: tapset::timestamp
Operating Environment: centos
Section: 3stap
tapset::timestamp(3stap) tapset::timestamp(3stap)NAMEtapset::timestamp - systemtap timestamp tapsetDESCRIPTIONEach timestamp function returns a value to indicate when a function is executed. These returned values can then be used to indicate when an event occurred, provide an ordering for events, or compute the amount of time elapsed between two time stamps. get_cycles Processor cycle count See function::get_cycles(3stap) for details. jiffies Kernel jiffies count See function::jiffies(3stap) for details. HZ Kernel HZ See function::HZ(3stap) for details.SEE ALSOfunction::get_cycles(3stap), function::jiffies(3stap), function::HZ(3stap), stap(1), stapprobes(3stap)IBM--- tapset::timestamp(3stap)
| Related Man Pages |
|---|
| tapset::dev(3stap) - centos |
| tapset::kprocess(3stap) - centos |
| tapset::speculative(3stap) - centos |
| tapset::tcpmib(3stap) - centos |
| tapset::timestamp(3stap) - centos |
| Similar Topics in the Unix Linux Community |
|---|
| unix timestamp |
| Get timestamp by 'YYYYMMDD' |
| How to extract timestamp from the filename? |
| Deleting file basing on the timestamp substring in the file name |
| Listing of files between two timestamp |