aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-lock.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-23perf tools: Fix various typos in commentsIngo Molnar1-1/+1
2020-11-12perf lock: Don't free "lock_seq_stat" if read_count isn't zeroLeo Yan1-1/+1
2020-11-12perf lock: Correct field name "flags"Leo Yan1-1/+1
2020-05-05perf lock: Rename perf_evsel__*() operating on 'struct evsel *' to evsel__*()Arnaldo Carvalho de Melo1-12/+8
2020-05-05perf evsel: Rename perf_evsel__{str,int}val() and other tracepoint field metehods to to evsel__*()Arnaldo Carvalho de Melo1-10/+10
2020-04-30perf tools: Remove unneeded semicolonsZou Wei1-1/+1
2019-09-20perf session: Return error code for perf_session__new() function on failureMamatha Inamdar1-2/+3
2019-08-31perf tools: Remove needless evlist.h include directivesArnaldo Carvalho de Melo1-1/+1
2019-08-31perf tools: Remove needless evlist.h include directivesArnaldo Carvalho de Melo1-1/+1
2019-07-29perf evsel: Rename struct perf_evsel to struct evselJiri Olsa1-15/+15
2019-07-09perf tools: Use list_del_init() more thorouglyArnaldo Carvalho de Melo1-4/+4
2019-07-09tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo1-1/+1
2019-02-22perf data: Add global path holderJiri Olsa1-5/+3
2017-11-07Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-30perf tools: Add struct perf_data_fileJiri Olsa1-3/+5
2017-10-30perf tools: Rename struct perf_data_file to perf_dataJiri Olsa1-2/+2
2017-04-19perf tools: Include errno.h where neededArnaldo Carvalho de Melo1-0/+1
2017-04-19perf tools: Including missing inttypes.h headerArnaldo Carvalho de Melo1-0/+1
2017-04-19perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is usedArnaldo Carvalho de Melo1-0/+1
2017-03-27perf tools: Remove unused 'prefix' from builtin functionsArnaldo Carvalho de Melo1-3/+3
2017-03-17perf lock: Make 'f' part of the common 'lock_options'Arnaldo Carvalho de Melo1-2/+1
2017-03-17perf lock: Subcommands should include common optionsChangbin Du1-8/+11
2017-03-14perf tools: Add PERF_RECORD_NAMESPACES to include namespaces related infoHari Bathini1-0/+1
2015-12-17perf subcmd: Create subcmd libraryJosh Poimboeuf1-1/+1
2015-05-08perf machine: Protect the machine->threads with a rwlockArnaldo Carvalho de Melo1-2/+6
2015-04-02perf lock: Support using -f to override perf.data file ownershipYunlong Song1-0/+5
2015-03-11perf ordered_events: Shorten function signaturesArnaldo Carvalho de Melo1-1/+1
2014-09-26perf tools: Modify error code for when perf_session__new() failsTaeung Song1-1/+1
2014-08-13perf tools: Check recorded kernel version when finding vmlinuxNamhyung Kim1-1/+1
2014-08-13perf lock: Move call to symbol__init() after creating sessionNamhyung Kim1-1/+2
2014-08-12perf tools: Rename ordered_samples bool to ordered_eventsJiri Olsa1-1/+1
2014-04-16perf lock: Introduce --list-cmds for use by scriptsRamkumar Ramachandra1-4/+6
2013-11-07perf evsel: Ditch evsel->handler.data fieldArnaldo Carvalho de Melo1-2/+2
2013-11-04perf tools: Use an accessor to read thread commFrederic Weisbecker1-1/+1
2013-10-21perf tools: Add data object to handle perf data fileJiri Olsa1-1/+6
2013-10-09perf lock: Account for lock average wait timeDavidlohr Bueso1-1/+9
2013-10-09perf lock: Limit bad rate precisionDavidlohr Bueso1-1/+1
2013-10-09perf lock: Redo __cmd_reportDavidlohr Bueso1-32/+36
2013-10-09perf lock: Plug some memleaksDavidlohr Bueso1-5/+9
2013-10-09perf lock: Return proper code in report_lock_*_eventDavidlohr Bueso1-12/+12
2013-10-09perf lock: Remove dead codeDavidlohr Bueso1-6/+0
2013-08-29perf tools: change machine__findnew_thread() to set thread pidAdrian Hunter1-1/+2
2013-07-08perf record: Remove -f/--force optionJiri Olsa1-1/+1
2012-10-29perf tools: Add a global variable "const char *input_name"Feng Tang1-2/+0
2012-10-02perf lock: Don't use globals where not needed toArnaldo Carvalho de Melo1-51/+39
2012-09-24perf lock: Use perf_evsel__intval and perf_session__set_tracepoints_handlersArnaldo Carvalho de Melo1-146/+87
2012-09-11perf tools: Use __maybe_used for unused variablesIrina Tirdea1-2/+2
2012-09-05perf lock: Remove use of die and handle errorsDavid Ahern1-57/+124
2012-08-09perf lock record: improve message when tracepoints are not enabledDavid Ahern1-5/+24