#include "perf.h"
#include "util/debug.h"
#include "util/event.h"
#include "util/symbol.h"
#include "util/sort.h"
#include "util/evsel.h"
#include "util/evlist.h"
#include "util/machine.h"
#include "util/thread.h"
#include "util/parse-events.h"
#include "tests/tests.h"
#include "tests/hists_common.h"
#include <linux/kernel.h>
Go to the source code of this file.
◆ COMM
◆ CPU
#define CPU |
( |
|
he | ) |
(he->cpu) |
◆ DSO
#define DSO |
( |
|
he | ) |
(he->ms.map->dso->short_name) |
◆ PID
#define PID |
( |
|
he | ) |
(he->thread->tid) |
◆ SYM
◆ test_fn_t
◆ add_hist_entries()
static int add_hist_entries |
( |
struct hists * |
hists, |
|
|
struct machine * |
machine |
|
) |
| |
|
static |
◆ del_hist_entries()
static void del_hist_entries |
( |
struct hists * |
hists | ) |
|
|
static |
◆ test1()
◆ test2()
◆ test3()
◆ test4()
◆ test5()
◆ test__hists_output()
int test__hists_output |
( |
struct test *test |
__maybe_unused, |
|
|
int subtest |
__maybe_unused |
|
) |
| |
◆ fake_samples
Initial value:= {
}
#define FAKE_IP_BASH_XMALLOC
#define FAKE_IP_LIBC_MALLOC
#define FAKE_IP_PERF_MAIN
#define FAKE_IP_KERNEL_SCHEDULE
#define FAKE_IP_PERF_CMD_RECORD
#define FAKE_IP_BASH_MAIN
#define FAKE_IP_KERNEL_PAGE_FAULT
#define FAKE_IP_LIBC_FREE
Definition at line 26 of file hists_output.c.