Nitesh Konkar
0265bbeee3
perf: add emulation_faults software perf event support
...
This patch adds support and documentation
for the emulation_faults perf event.
Signed-off-by: Nitesh Konkar <nitkon12@linux.vnet.ibm.com>
2017-03-07 13:51:05 -05:00
Nitesh Konkar
6780791f18
perf: add alignment_faults software perf event support
...
This patch adds support and documentation
for the alignment_faults perf event.
Signed-off-by: Nitesh Konkar <nitkon12@linux.vnet.ibm.com>
2017-03-07 13:51:05 -05:00
Nitesh Konkar
43a54cedf6
perf: add page_faults_maj software perf event support
...
This patch adds support and documentation
for the page_faults_maj perf event.
Signed-off-by: Nitesh Konkar <nitkon12@linux.vnet.ibm.com>
2017-03-07 13:51:05 -05:00
Nitesh Konkar
d216e9ad77
perf: add page_faults_min software perf event support
...
This patch adds support and documentation
for the page_faults_min perf event.
Signed-off-by: Nitesh Konkar <nitkon12@linux.vnet.ibm.com>
2017-03-07 13:51:04 -05:00
Nitesh Konkar
8110c6a567
perf: add cpu_migrations software perf event support
...
This patch adds support and documentation
for the cpu_migrations perf event.
Signed-off-by: Nitesh Konkar <nitkon12@linux.vnet.ibm.com>
2017-03-07 13:51:04 -05:00
Nitesh Konkar
99cc3dc6a2
perf: add context_switches software perf event support
...
This patch adds support and documentation
for the context_switches perf event.
Signed-off-by: Nitesh Konkar <nitkon12@linux.vnet.ibm.com>
2017-03-07 13:51:04 -05:00
Nitesh Konkar
6ef2c7e00f
perf: add page_faults software perf event support
...
This patch adds support and documentation
for the page_faults perf event.
Signed-off-by: Nitesh Konkar <nitkon12@linux.vnet.ibm.com>
2017-03-07 13:51:04 -05:00
Nitesh Konkar
20dc690865
perf: add task_clock software perf event support
...
This patch adds support and documentation for
the task_clock perf event.
Signed-off-by: Nitesh Konkar <nitkon12@linux.vnet.ibm.com>
2017-03-07 13:51:04 -05:00
Nitesh Konkar
f372a862ac
perf: add cpu_clock software perf event support
...
This patch adds support and documentation for
the cpu_clock perf event.
Signed-off-by: Nitesh Konkar <nitkon12@linux.vnet.ibm.com>
2017-03-07 13:51:04 -05:00
Daniel P. Berrange
2d0c4947ab
Revert "perf: Add cache_l1d perf event support"
...
This reverts commit ae16c95f1b
.
2017-01-16 16:54:34 +00:00
Nitesh Konkar
ae16c95f1b
perf: Add cache_l1d perf event support
...
This patch adds support and documentation for
a generalized hardware cache event called cache_l1d
perf event.
Signed-off-by: Nitesh Konkar <nitkon12@linux.vnet.ibm.com>
2017-01-09 18:15:31 -05:00
Nitesh Konkar
71bbe65311
perf: add ref_cpu_cycles perf event support
...
This patch adds support and documentation for
the ref_cpu_cycles perf event.
Signed-off-by: Nitesh Konkar <nitkon12@linux.vnet.ibm.com>
2016-12-15 17:32:03 -05:00
Nitesh Konkar
9ae79400ff
perf: add stalled_cycles_backend perf event support
...
This patch adds support and documentation for
the stalled_cycles_backend perf event.
Signed-off-by: Nitesh Konkar <nitkon12@linux.vnet.ibm.com>
2016-12-15 16:47:05 -05:00
Nitesh Konkar
060c159b08
perf: add stalled_cycles_frontend perf event support
...
This patch adds support and documentation
for the stalled_cycles_frontend perf event.
Signed-off-by: Nitesh Konkar <nitkon12@linux.vnet.ibm.com>
2016-12-15 16:47:05 -05:00
Nitesh Konkar
7d34731067
perf: add bus_cycles perf event support
...
This patch adds support and documentation
for the bus_cycles perf event.
Signed-off-by: Nitesh Konkar <nitkon12@linux.vnet.ibm.com>
2016-12-15 16:47:05 -05:00
Nitesh Konkar
8981d7925e
perf: add branch_misses perf event support
...
This patch adds support and documentation
for the branch_misses perf event.
Signed-off-by: Nitesh Konkar <nitkon12@linux.vnet.ibm.com>
2016-12-12 18:04:52 -05:00
Nitesh Konkar
8546adf80b
perf: add one more perf event support
...
With current perf framework, this patch adds support and documentation
for the branch_instructions perf event.
Signed-off-by: Nitesh Konkar <nitkon12@linux.vnet.ibm.com>
2016-12-07 07:03:57 -05:00
Qiaowei Ren
bae660869d
perf: add more perf events support
...
With current perf framework, this patch adds support and documentation
for more perf events, including cache misses, cache references, cpu cycles,
and instructions.
Signed-off-by: Qiaowei Ren <qiaowei.ren@intel.com>
2016-09-02 17:00:58 -04:00
Peter Krempa
23690e1d74
conf: Fix perf event parser
...
The parser was totaly broken. Fix it by rewriting it. Add tests so that
it doesn't happen.
Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1346723
2016-06-17 09:35:14 +02:00