Home | History | Annotate | Download | only in linux_perf

Lines Matching full:eventname

55     cpufreqSlice: function(ts, eventName, cpu, args) {
58 kthread.openSlice = eventName;
65 cpufreqBoostSlice: function(ts, eventName, args) {
67 kthread.openSlice = eventName;
77 cpufreqUpDownEvent: function(eventName, cpuNumber, pid, ts, eventBase) {
79 this.cpufreqSlice(ts, eventName, data.cpu, data);
83 cpufreqTargetEvent: function(eventName, cpuNumber, pid, ts,
86 this.cpufreqSlice(ts, eventName, data.cpu, data);
90 cpufreqBoostUnboostEvent: function(eventName, cpuNumber, pid, ts,
92 this.cpufreqBoostSlice(ts, eventName,