perf trace: Add flag/symbolic format_flags
[deliverable/linux.git] / tools / perf / util / string.h
CommitLineData
8b40f521
JK
1#ifndef __PERF_STRING_H_
2#define __PERF_STRING_H_
ea5cc87c 3
7c6a1c65 4#include "types.h"
ea5cc87c 5
9cffa8d5 6int hex2u64(const char *ptr, u64 *val);
a2a99e8e 7char *strxfrchar(char *s, char from, char to);
d2fb8b41 8s64 perf_atoll(const char *str);
ea5cc87c 9
5beeded1
JB
10#define _STR(x) #x
11#define STR(x) _STR(x)
12
8b40f521 13#endif /* __PERF_STRING_H */
This page took 0.055558 seconds and 5 git commands to generate.