aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/util.h
AgeCommit message (Expand)Author
2012-09-11perf tools: include wrapper for magic.hIrina Tirdea
2012-09-05perf tools: remove unneeded include of network header filesDavid Ahern
2012-08-07perf tools: Add dump_stack functionArnaldo Carvalho de Melo
2012-06-19perf lib: Introduce rtrimArnaldo Carvalho de Melo
2012-05-11Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar
2012-05-07perf target: Introduce perf_target__parse_uid()Namhyung Kim
2012-05-02perf target: Split out perf_target handling codeNamhyung Kim
2012-05-02perf tools: Introduce perf_target__validate() helperNamhyung Kim
2012-04-19perf annotate browser: Align jump labelsArnaldo Carvalho de Melo
2012-02-13perf tools: Implement islower/isupper macro into util.hNamhyung Kim
2012-02-13perf tools: Allow multiple threads or processes in record, stat, topDavid Ahern
2012-01-24perf tools: Fix broken build by defining _GNU_SOURCE in MakefileDavid Daney
2012-01-24perf tools: Introduce per user viewArnaldo Carvalho de Melo
2012-01-06perf kvm: Do guest-only counting by defaultJoerg Roedel
2011-12-23perf: builtin-record: Document and check that mmap_pages must be a power of two.Nelson Elhage
2011-07-15perf probe: Move strtailcmp to string.cMasami Hiramatsu
2011-02-18perf tools: Makefile: Remove platform-specific cruftMichael Witten
2011-01-03perf util: Move do_read from session to utilArnaldo Carvalho de Melo
2010-08-19perf ui browser: Return the exit key in all browsersArnaldo Carvalho de Melo
2010-06-17perf record: Add option to avoid updating buildid cacheStephane Eranian
2010-06-05perf buildid: add perfconfig option to specify buildid cache dirStephane Eranian
2010-05-22perf annotate: Add TUI interfaceArnaldo Carvalho de Melo
2010-05-18perf tools: remove xstrndup, xmalloc, xzallocArnaldo Carvalho de Melo
2010-05-18perf tools: Remove some unused functionsArnaldo Carvalho de Melo
2010-05-14perf report: Report number of events, not samplesArnaldo Carvalho de Melo
2010-04-03perf tools: Move the prototypes in util/string.h to util.hArnaldo Carvalho de Melo
2010-03-17perf tools: Introduce xzalloc() for detecting out of memory conditionsMasami Hiramatsu
2009-12-28perf record: Introduce a symtab cacheArnaldo Carvalho de Melo
2009-11-24perf tools: Remove unused wrapper routinesArnaldo Carvalho de Melo
2009-11-24perf tools: Introduce zalloc() for the common calloc(1, N) caseArnaldo Carvalho de Melo
2009-11-23perf tools: Move graph_line and graph_dotted_line from topArnaldo Carvalho de Melo
2009-11-17Merge branch 'perf/core' into perf/probesIngo Molnar
2009-11-11perf tools: Bring linear set of section headers for featuresFrederic Weisbecker
2009-10-17perf: Add DIE_IF() macro for error checkingMasami Hiramatsu
2009-08-31Merge branch 'perfcounters/tracing' into perfcounters/coreIngo Molnar
2009-08-18perf tools: Remove obsolete definesIngo Molnar
2009-08-17perf tools: Add perf traceFrederic Weisbecker
2009-08-12perf tools: Factorize the map helpersFrederic Weisbecker
2009-08-12perf tools: Factorize the event structure definitions in a single fileFrederic Weisbecker
2009-07-22perf_counter: Add tracepoint support to perf list, perf statJason Baron
2009-06-27perf_counter tools: Remove dead codeIngo Molnar
2009-06-18perf_counter tools: Add and use isprint()Peter Zijlstra
2009-06-17perf_counter tools: Replace isprint() with issane()Peter Zijlstra
2009-06-06perf_counter tools: Move from Documentation/perf_counter/ to tools/perf/Ingo Molnar