aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/builtin-lock.c
AgeCommit message (Expand)Author
2022-07-25perf lock: Support -t option for 'contention' subcommandNamhyung Kim
2022-07-25perf lock: Add -k and -F options to 'contention' subcommandNamhyung Kim
2022-07-25perf lock: Add 'contention' subcommandNamhyung Kim
2022-07-25perf lock: Add lock aggregation enumNamhyung Kim
2022-07-25perf lock: Add flags field in the lock_statNamhyung Kim
2022-07-21perf lock: Fix a copy-n-paste bugNamhyung Kim
2022-07-12perf lock: Look up callchain for the contended locksNamhyung Kim
2022-07-12perf lock: Handle lock contention tracepointsNamhyung Kim
2022-07-12perf lock: Add lock contention tracepoints record supportNamhyung Kim
2022-07-12perf lock: Skip print_bad_events() if nothing badNamhyung Kim
2022-07-12perf lock: Allow to use different kernel symbolsNamhyung Kim
2022-07-12perf lock: Print wait times with unitNamhyung Kim
2022-06-03perf lock: Change to synthesize task eventsNamhyung Kim
2022-05-23perf lock: Add -t/--thread option for reportNamhyung Kim
2022-05-23perf lock: Do not discard broken lock statsNamhyung Kim
2022-03-26perf tools: Enhance the matching of sub-commands abbreviationsWei Li
2022-03-25perf lock: Add -F/--field option to control outputNamhyung Kim
2022-03-25perf lock: Extend struct lock_key to have print functionNamhyung Kim
2022-03-25perf lock: Add --synth=no option for recordNamhyung Kim
2022-02-10perf lock: Carefully combine lock stats for discarded entriesNamhyung Kim
2022-02-10perf lock: Add -c/--combine-locks optionNamhyung Kim
2022-02-10perf lock: Fix lock name length check for printingNamhyung Kim
2022-02-10perf lock: Sort map info based on class nameNamhyung Kim
2022-02-10perf lock: Change type of lock_stat->addr to u64Namhyung Kim
2022-02-10perf lock: Convert lockhash_table to use hlistNamhyung Kim
2021-08-02perf tools: Remove repipe argument from perf_session__new()Namhyung Kim
2021-03-23perf tools: Fix various typos in commentsIngo Molnar
2020-11-12perf lock: Don't free "lock_seq_stat" if read_count isn't zeroLeo Yan
2020-11-12perf lock: Correct field name "flags"Leo Yan
2020-05-05perf lock: Rename perf_evsel__*() operating on 'struct evsel *' to evsel__*()Arnaldo Carvalho de Melo
2020-05-05perf evsel: Rename perf_evsel__{str,int}val() and other tracepoint field mete...Arnaldo Carvalho de Melo
2020-04-30perf tools: Remove unneeded semicolonsZou Wei
2019-09-20perf session: Return error code for perf_session__new() function on failureMamatha Inamdar
2019-08-31perf tools: Remove needless evlist.h include directivesArnaldo Carvalho de Melo
2019-08-31perf tools: Remove needless evlist.h include directivesArnaldo Carvalho de Melo
2019-07-29perf evsel: Rename struct perf_evsel to struct evselJiri Olsa
2019-07-09perf tools: Use list_del_init() more thorouglyArnaldo Carvalho de Melo
2019-07-09tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo
2019-02-22perf data: Add global path holderJiri Olsa
2017-11-07Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-30perf tools: Add struct perf_data_fileJiri Olsa
2017-10-30perf tools: Rename struct perf_data_file to perf_dataJiri Olsa
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