#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 *pstack); bool pstack__empty(const struct pstack *pstack); void pstack__remove(struct pstack *pstack, void *key); void pstack__push(struct pstack *pstack, void *key); void *pstack__pop(struct pstack *pstack); void *pstack__peek(struct pstack *pstack); #endif /* _PERF_PSTACK_ */ tory'/> <link rel='vcs-git' href='http:///git.distanz.ch/cgit.cgi/linux/net-next.git' title='net-next.git Git repository'/> </head> <body> <div id='cgit'><table id='header'> <tr> <td class='logo' rowspan='2'><a href='/cgit.cgi/'><img src='/cgit.png' alt='cgit logo'/></a></td> <td class='main'><a href='/cgit.cgi/'>index</a> : <a href='/cgit.cgi/linux/net-next.git/'>net-next.git</a></td><td class='form'><form method='get'> <input type='hidden' name='id' value='3976001c9db0354a0bcbd77e324fdf1bc04e110f'/><select name='h' onchange='this.form.submit();'> <option value='emaclite-cleanup'>emaclite-cleanup</option> <option value='master' selected='selected'>master</option> <option value='nds-private-remove'>nds-private-remove</option> <option value='packet-loop-back'>packet-loop-back</option> <option value='packet-rx-pump-back'>packet-rx-pump-back</option> </select> <input type='submit' value='switch'/></form></td></tr> <tr><td class='sub'>net-next plumbings</td><td class='sub right'>Tobias Klauser</td></tr></table> <table class='tabs'><tr><td> <a href='/cgit.cgi/linux/net-next.git/'>summary</a><a href='/cgit.cgi/linux/net-next.git/refs/?id=3976001c9db0354a0bcbd77e324fdf1bc04e110f'>refs</a><a class='active' href='/cgit.cgi/linux/net-next.git/log/tools/perf/pmu-events/arch/powerpc/power8'>log</a><a href='/cgit.cgi/linux/net-next.git/tree/tools/perf/pmu-events/arch/powerpc/power8?id=3976001c9db0354a0bcbd77e324fdf1bc04e110f'>tree</a><a href='/cgit.cgi/linux/net-next.git/commit/tools/perf/pmu-events/arch/powerpc/power8?id=3976001c9db0354a0bcbd77e324fdf1bc04e110f'>commit</a><a href='/cgit.cgi/linux/net-next.git/diff/tools/perf/pmu-events/arch/powerpc/power8?id=3976001c9db0354a0bcbd77e324fdf1bc04e110f'>diff</a></td><td class='form'><form class='right' method='get' action='/cgit.cgi/linux/net-next.git/log/tools/perf/pmu-events/arch/powerpc/power8'> <input type='hidden' name='id' value='3976001c9db0354a0bcbd77e324fdf1bc04e110f'/><select name='qt'> <option value='grep'>log msg</option> <option value='author'>author</option> <option value='committer'>committer</option> <option value='range'>range</option> </select> <input class='txt' type='search' size='10' name='q' value=''/> <input type='submit' value='search'/> </form> </td></tr></table> <div class='path'>path: <a href='/cgit.cgi/linux/net-next.git/log/?id=3976001c9db0354a0bcbd77e324fdf1bc04e110f'>root</a>/<a href='/cgit.cgi/linux/net-next.git/log/tools?id=3976001c9db0354a0bcbd77e324fdf1bc04e110f'>tools</a>/<a href='/cgit.cgi/linux/net-next.git/log/tools/perf?id=3976001c9db0354a0bcbd77e324fdf1bc04e110f'>perf</a>/<a href='/cgit.cgi/linux/net-next.git/log/tools/perf/pmu-events?id=3976001c9db0354a0bcbd77e324fdf1bc04e110f'>pmu-events</a>/<a href='/cgit.cgi/linux/net-next.git/log/tools/perf/pmu-events/arch?id=3976001c9db0354a0bcbd77e324fdf1bc04e110f'>arch</a>/<a href='/cgit.cgi/linux/net-next.git/log/tools/perf/pmu-events/arch/powerpc?id=3976001c9db0354a0bcbd77e324fdf1bc04e110f'>powerpc</a>/<a href='/cgit.cgi/linux/net-next.git/log/tools/perf/pmu-events/arch/powerpc/power8?id=3976001c9db0354a0bcbd77e324fdf1bc04e110f'>power8</a></div><div class='content'><table class='list nowrap'><tr class='nohover'><th class='left'>Age</th><th class='left'>Commit message (<a href='/cgit.cgi/linux/net-next.git/log/tools/perf/pmu-events/arch/powerpc/power8?id=3976001c9db0354a0bcbd77e324fdf1bc04e110f&showmsg=1'>Expand</a>)</th><th class='left'>Author</th><th class='left'>Files</th><th class='left'>Lines</th></tr>