#include <sys/types.h>
#include <unistd.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "../../util/header.h"
Go to the source code of this file.
|
static void | cpuid (unsigned int op, unsigned int *a, unsigned int *b, unsigned int *c, unsigned int *d) |
|
static int | __get_cpuid (char *buffer, size_t sz, const char *fmt) |
|
int | get_cpuid (char *buffer, size_t sz) |
|
char * | get_cpuid_str (struct perf_pmu *pmu __maybe_unused) |
|
◆ __get_cpuid()
static int __get_cpuid |
( |
char * |
buffer, |
|
|
size_t |
sz, |
|
|
const char * |
fmt |
|
) |
| |
|
static |
◆ cpuid()
static void cpuid |
( |
unsigned int |
op, |
|
|
unsigned int * |
a, |
|
|
unsigned int * |
b, |
|
|
unsigned int * |
c, |
|
|
unsigned int * |
d |
|
) |
| |
|
inlinestatic |
◆ get_cpuid()
int get_cpuid |
( |
char * |
buffer, |
|
|
size_t |
sz |
|
) |
| |
◆ get_cpuid_str()
char* get_cpuid_str |
( |
struct perf_pmu *pmu |
__maybe_unused | ) |
|