aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-lock.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-08-08perf lock: Dropping unsupported ':r' modifierZhu Yanhai1-4/+4
2011-03-23perf session: Pass evsel in event_ops->sample()Arnaldo Carvalho de Melo1-1/+3
2011-03-16perf lock: Fix sorting by wait_minMarcin Slusarz1-1/+12
2011-02-23perf lock: Document valid sort keysMarcin Slusarz1-1/+1
2011-01-29perf tools: Kill event_t typedef, use 'union perf_event' insteadArnaldo Carvalho de Melo1-3/+3
2011-01-29perf tools: Rename 'struct sample_data' to 'struct perf_sample'Arnaldo Carvalho de Melo1-1/+1
2011-01-22perf tools: Fix 64 bit integer format stringsArnaldo Carvalho de Melo1-3/+3
2010-12-21perf session: Fallback to unordered processing if no sample_id_allIan Munsie1-1/+1
2010-12-06perf tools: Catch a few uncheck calloc/malloc'sChris Samuel1-0/+3
2010-12-04perf session: Parse sample earlierArnaldo Carvalho de Melo1-8/+4
2010-11-16perf: Rename 'perf trace' to 'perf script'Ingo Molnar1-3/+3
2010-05-17perf options: Type check OPT_BOOLEAN and fix the offendersArnaldo Carvalho de Melo1-2/+1
2010-05-09perf lock: Drop "-a" option from cmd_record() default arguments setHitoshi Mitake1-1/+0
2010-05-09perf lock: Always check min AND max wait timeFrederic Weisbecker1-1/+1
2010-05-09perf: Fix perf lock bad rateFrederic Weisbecker1-2/+2
2010-05-09perf: Humanize lock flags in perf lockFrederic Weisbecker1-3/+8
2010-05-09perf: Cleanup perf lock broken statesFrederic Weisbecker1-20/+29
2010-05-09perf lock: Add "info" subcommand for dumping misc informationHitoshi Mitake1-23/+73
2010-05-02perf: add perf-inject builtinTom Zanussi1-1/+1
2010-04-24perf: Generalize perf lock's sample event reordering to the session layerFrederic Weisbecker1-175/+22
2010-04-24perf lock: Fix state machine to recognize lock sequenceHitoshi Mitake1-68/+342
2010-04-14perf: Fix endianness argument compatibility with OPT_BOOLEAN() and introduce OPT_INCR()Ian Munsie1-1/+1
2010-02-27perf lock: Drop the buffers multiplexing dependencyFrederic Weisbecker1-2/+146
2010-01-31perf lock: Clean up various detailsIngo Molnar1-128/+82
2010-01-31perf lock: Introduce new tool "perf lock", for analyzing lock statisticsHitoshi Mitake1-0/+724