mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-22 23:04:43 +00:00
perf ui: Move hists browser to util/ui/browsers/
LKML-Reference: <new-submission> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
This commit is contained in:
parent
696b97a5d2
commit
d1b4f2491c
4 changed files with 967 additions and 954 deletions
|
@ -1,6 +1,8 @@
|
|||
#ifndef _PERF_PSTACK_
|
||||
#define _PERF_PSTACK_
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
struct pstack;
|
||||
struct pstack *pstack__new(unsigned short max_nr_entries);
|
||||
void pstack__delete(struct pstack *self);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue