Searched refs:add_stats (Results 1 - 5 of 5) sorted by relevance
/linux-4.1.27/arch/x86/xen/ |
H A D | spinlock.c | 53 static inline void add_stats(enum xen_contention_stat var, u32 val) add_stats() function 84 static inline void add_stats(enum xen_contention_stat var, u32 val) add_stats() function 149 add_stats(TAKEN_SLOW, 1); xen_lock_spinning() 172 add_stats(TAKEN_SLOW_PICKUP, 1); xen_lock_spinning() 187 add_stats(TAKEN_SLOW_SPURIOUS, !xen_test_irq_pending(irq)); xen_lock_spinning() 206 add_stats(RELEASED_SLOW, 1); xen_unlock_kick() 214 add_stats(RELEASED_SLOW_KICKED, 1); xen_unlock_kick()
|
/linux-4.1.27/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/ |
H A D | Util.py | 35 def add_stats(dict, key, value): function
|
/linux-4.1.27/tools/perf/scripts/python/ |
H A D | futex-contention.py | 38 add_stats(lock_waits, (tid, thread_thislock[tid]), elapsed)
|
/linux-4.1.27/arch/x86/kernel/ |
H A D | kvm.c | 621 static inline void add_stats(enum kvm_contention_stat var, u32 val) add_stats() function 699 static inline void add_stats(enum kvm_contention_stat var, u32 val) add_stats() function 756 add_stats(TAKEN_SLOW, 1); kvm_lock_spinning() 781 add_stats(TAKEN_SLOW_PICKUP, 1); kvm_lock_spinning() 808 add_stats(RELEASED_SLOW, 1); kvm_unlock_kick() 813 add_stats(RELEASED_SLOW_KICKED, 1); kvm_unlock_kick()
|
/linux-4.1.27/net/atm/ |
H A D | proc.c | 44 static void add_stats(struct seq_file *seq, const char *aal, add_stats() function 61 add_stats(seq, "0", &dev->stats.aal0); atm_dev_info() 63 add_stats(seq, "5", &dev->stats.aal5); atm_dev_info()
|
Completed in 269 milliseconds