aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/builtin-lock.c
AgeCommit message (Expand)Author
2017-04-19perf tools: Include errno.h where neededArnaldo Carvalho de Melo
2017-04-19perf tools: Including missing inttypes.h headerArnaldo Carvalho de Melo
2017-04-19perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is usedArnaldo Carvalho de Melo
2017-03-27perf tools: Remove unused 'prefix' from builtin functionsArnaldo Carvalho de Melo
2017-03-17perf lock: Make 'f' part of the common 'lock_options'Arnaldo Carvalho de Melo
2017-03-17perf lock: Subcommands should include common optionsChangbin Du
2017-03-14perf tools: Add PERF_RECORD_NAMESPACES to include namespaces related infoHari Bathini
2015-12-17perf subcmd: Create subcmd libraryJosh Poimboeuf
2015-05-08perf machine: Protect the machine->threads with a rwlockArnaldo Carvalho de Melo
2015-04-02perf lock: Support using -f to override perf.data file ownershipYunlong Song
2015-03-11perf ordered_events: Shorten function signaturesArnaldo Carvalho de Melo
2014-09-26perf tools: Modify error code for when perf_session__new() failsTaeung Song
2014-08-13perf tools: Check recorded kernel version when finding vmlinuxNamhyung Kim
2014-08-13perf lock: Move call to symbol__init() after creating sessionNamhyung Kim
2014-08-12perf tools: Rename ordered_samples bool to ordered_eventsJiri Olsa
2014-04-16perf lock: Introduce --list-cmds for use by scriptsRamkumar Ramachandra
2013-11-07perf evsel: Ditch evsel->handler.data fieldArnaldo Carvalho de Melo
2013-11-04perf tools: Use an accessor to read thread commFrederic Weisbecker
2013-10-21perf tools: Add data object to handle perf data fileJiri Olsa
2013-10-09perf lock: Account for lock average wait timeDavidlohr Bueso
2013-10-09perf lock: Limit bad rate precisionDavidlohr Bueso
2013-10-09perf lock: Redo __cmd_reportDavidlohr Bueso
2013-10-09perf lock: Plug some memleaksDavidlohr Bueso
2013-10-09perf lock: Return proper code in report_lock_*_eventDavidlohr Bueso
2013-10-09perf lock: Remove dead codeDavidlohr Bueso
2013-08-29perf tools: change machine__findnew_thread() to set thread pidAdrian Hunter
2013-07-08perf record: Remove -f/--force optionJiri Olsa
2012-10-29perf tools: Add a global variable "const char *input_name"Feng Tang
2012-10-02perf lock: Don't use globals where not needed toArnaldo Carvalho de Melo
2012-09-24perf lock: Use perf_evsel__intval and perf_session__set_tracepoints_handlersArnaldo Carvalho de Melo
2012-09-11perf tools: Use __maybe_used for unused variablesIrina Tirdea
2012-09-05perf lock: Remove use of die and handle errorsDavid Ahern
2012-08-09perf lock record: improve message when tracepoints are not enabledDavid Ahern
2012-08-07perf lock: Use evsel->tp_format and perf_sampleArnaldo Carvalho de Melo
2012-08-07perf evsel: Cache associated event_formatArnaldo Carvalho de Melo
2012-06-27perf tools: Stop using a global trace events description listArnaldo Carvalho de Melo
2012-04-25perf: Have perf use the new libtraceevent.a librarySteven Rostedt
2012-01-30perf lock: Document lock info subcommandNamhyung Kim
2011-12-23perf report: Accept fifos as input fileRobert Richter
2011-11-28perf tools: Rename perf_event_ops to perf_toolArnaldo Carvalho de Melo
2011-11-28perf tools: Resolve machine earlier and pass it to perf_event_opsArnaldo Carvalho de Melo
2011-11-28perf tools: Pass tool context in the the perf_event_ops functionsArnaldo Carvalho de Melo
2011-08-08perf lock: Dropping unsupported ':r' modifierZhu Yanhai
2011-03-23perf session: Pass evsel in event_ops->sample()Arnaldo Carvalho de Melo
2011-03-16perf lock: Fix sorting by wait_minMarcin Slusarz
2011-02-23perf lock: Document valid sort keysMarcin Slusarz
2011-01-29perf tools: Kill event_t typedef, use 'union perf_event' insteadArnaldo Carvalho de Melo
2011-01-29perf tools: Rename 'struct sample_data' to 'struct perf_sample'Arnaldo Carvalho de Melo
2011-01-22perf tools: Fix 64 bit integer format stringsArnaldo Carvalho de Melo
2010-12-21perf session: Fallback to unordered processing if no sample_id_allIan Munsie