commit | ad3eec12fc6035b49177f09d15b2f9fb466fe1fa | [log] [tgz] |
---|---|---|
author | Steven Rostedt <srostedt@redhat.com> | Mon Feb 22 21:30:09 2010 -0500 |
committer | Steven Rostedt <rostedt@goodmis.org> | Mon Feb 22 21:30:09 2010 -0500 |
tree | 428b0b08a5dc19c0248c6207bcf23cbbbb373c14 | |
parent | 855f4eeaa3dd370145c737ad8303c5b5abc029ea [diff] |
parse-events: Restructure advanced filter to handle arithmetic Have fields be compared to each other and have mathmatic algorithms applied. Now we can do: funcgraph_exit : rettime - calltime > 1000000 Or sched_wakeup : pid == common_pid Signed-off-by: Steven Rostedt <rostedt@goodmis.org>