hists.c (89f1c2c59c4aef8e26edbc7db5175e6ffb0e9ec7) | hists.c (98ba1609298ccc849ddfe727c675c3a7b48b8dbc) |
---|---|
1#include <stdio.h> 2#include <stdlib.h> 3#include <string.h> 4#include <linux/rbtree.h> 5 6#include "../../util/evsel.h" 7#include "../../util/evlist.h" 8#include "../../util/hist.h" --- 1066 unchanged lines hidden (view full) --- 1075} 1076 1077struct hpp_arg { 1078 struct ui_browser *b; 1079 char folded_sign; 1080 bool current_entry; 1081}; 1082 | 1#include <stdio.h> 2#include <stdlib.h> 3#include <string.h> 4#include <linux/rbtree.h> 5 6#include "../../util/evsel.h" 7#include "../../util/evlist.h" 8#include "../../util/hist.h" --- 1066 unchanged lines hidden (view full) --- 1075} 1076 1077struct hpp_arg { 1078 struct ui_browser *b; 1079 char folded_sign; 1080 bool current_entry; 1081}; 1082 |
1083static int __hpp__slsmg_color_printf(struct perf_hpp *hpp, const char *fmt, ...) | 1083int __hpp__slsmg_color_printf(struct perf_hpp *hpp, const char *fmt, ...) |
1084{ 1085 struct hpp_arg *arg = hpp->ptr; 1086 int ret, len; 1087 va_list args; 1088 double percent; 1089 1090 va_start(args, fmt); 1091 len = va_arg(args, int); --- 2172 unchanged lines hidden --- | 1084{ 1085 struct hpp_arg *arg = hpp->ptr; 1086 int ret, len; 1087 va_list args; 1088 double percent; 1089 1090 va_start(args, fmt); 1091 len = va_arg(args, int); --- 2172 unchanged lines hidden --- |