summaryrefslogtreecommitdiff
path: root/tools/perf/builtin-buildid-list.c
AgeCommit message (Expand)Author
2023-04-10perf util: Move input_name to utilIan Rogers
2023-04-04perf map: Add accessor for start and endIan Rogers
2023-04-04perf map: Add accessor for dsoIan Rogers
2022-07-18perf buildid-list: Add a "-m" option to show kernel and modules build-idsBlake Jones
2021-08-02perf tools: Remove repipe argument from perf_session__new()Namhyung Kim
2021-05-17perf buildid-list: Initialize zstd_dataMilian Wolff
2020-12-28perf buildid-list: Add support for mmap2's buildid eventsJiri Olsa
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 dsos: Move the dsos struct and its methods to separate source filesArnaldo Carvalho de Melo
2019-08-29perf tools: Remove perf.h from source files not needing itArnaldo 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-03-27perf tools: Remove unused 'prefix' from builtin functionsArnaldo Carvalho de Melo
2015-12-17perf subcmd: Create subcmd libraryJosh Poimboeuf
2015-12-07perf buildid-list: Fix return value of perf buildid-list -kMichael Petlan
2015-08-28perf buildid: Introduce sysfs/filename__sprintf_build_idMasami Hiramatsu
2015-07-20perf buildid: Use SBUILD_ID_SIZE macroMasami Hiramatsu
2015-05-04perf tools: Hit all build ids when AUX area tracingAdrian Hunter
2015-03-11perf ordered_events: Shorten function signaturesArnaldo Carvalho de Melo
2013-10-21perf session: Separating data file properties from sessionJiri Olsa
2013-10-21perf tools: Add data object to handle perf data fileJiri Olsa
2012-12-09perf symbols: Generalize filter in __fprintf_buildid methodsArnaldo Carvalho de Melo
2012-12-09perf buildid-list: We need to check if a file is ELF firstArnaldo Carvalho de Melo
2012-10-29perf tools: Add a global variable "const char *input_name"Feng Tang
2012-10-02perf buildid-list: Don't use globals where not needed toArnaldo Carvalho de Melo
2012-09-11perf tools: Use __maybe_used for unused variablesIrina Tirdea
2012-08-09perf symbols: Introduce symbol__elf_init()Namhyung Kim
2012-05-22perf buildid-list: Work better with pipe modeStephane Eranian
2011-12-23perf report: Accept fifos as input fileRobert Richter
2011-12-23perf tools: Moving code in some filesRobert Richter
2011-09-29perf buildid-list: Support showing the build id in an ELF fileArnaldo Carvalho de Melo
2011-09-29perf buildid-list: Add option to show the running kernel build idArnaldo Carvalho de Melo
2011-01-04Merge commit 'v2.6.37-rc8' into perf/coreIngo Molnar
2010-12-21perf session: Fallback to unordered processing if no sample_id_allIan Munsie
2010-12-16perf buildid-list: Fix error return for successArnaldo Carvalho de Melo
2010-07-27perf tools: Remove unneeded code for tracking the cwd in perf sessionsDave Martin
2010-06-01perf buildid-list: Fix --with-hits event processingArnaldo Carvalho de Melo
2010-05-02perf: add perf-inject builtinTom Zanussi
2010-04-27perf machines: Make the machines class adopt the dsos__fprintf methodsArnaldo Carvalho de Melo
2010-04-27perf tools: Rename "kernel_info" to "machine"Arnaldo Carvalho de Melo
2010-04-19perf: 'perf kvm' tool for monitoring guest performance from hostZhang, Yanmin
2010-04-14perf: Fix endianness argument compatibility with OPT_BOOLEAN() and introduce ...Ian Munsie
2010-02-04perf build-id: Move the routine to find DSOs with hits to the libArnaldo Carvalho de Melo
2010-01-16perf buildid-list: Introduce --with-hits optionArnaldo Carvalho de Melo
2010-01-13perf buildid-list: No need to process the header sections againArnaldo Carvalho de Melo