aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/build-id.c
AgeCommit message (Expand)AuthorFilesLines
2018-04-26perf thread: Make thread__find_map() return the mapGravatar Arnaldo Carvalho de Melo 1-3/+1
2018-04-26perf thread: Introduce thread__find_map()Gravatar Arnaldo Carvalho de Melo 1-1/+1
2018-02-16perf machine: Move kernel mmap name into struct machineGravatar Jiri Olsa 1-7/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-07-18perf header: Add struct feat_fd for writeGravatar David Carrillo-Cisneros 1-3/+5
2017-07-18perf header: Revamp do_write()Gravatar David Carrillo-Cisneros 1-1/+1
2017-07-18perf buildid-cache: Cache debuginfoGravatar Krister Johansen 1-5/+67
2017-07-18perf buildid-cache: Support binary objects from other namespacesGravatar Krister Johansen 1-17/+30
2017-06-08perf symbols: Kill dso__build_id_is_kmod()Gravatar Namhyung Kim 1-45/+0
2017-04-24perf tools: Use just forward declarations for struct thread where possibleGravatar Arnaldo Carvalho de Melo 1-0/+1
2017-04-24perf tools: Remove string.h, unistd.h and sys/stat.h from util.hGravatar Arnaldo Carvalho de Melo 1-0/+2
2017-04-19perf tools: Remove include dirent.h from util.hGravatar Arnaldo Carvalho de Melo 1-0/+1
2017-04-19perf tools: Remove misplaced __maybe_unused in some functionsGravatar Arnaldo Carvalho de Melo 1-2/+2
2017-04-19perf tools: Move path related functions to util/path.hGravatar Arnaldo Carvalho de Melo 1-0/+1
2017-04-19perf str{filter,list}: Disentangle headersGravatar Arnaldo Carvalho de Melo 1-0/+1
2017-04-19perf tools: Include errno.h where neededGravatar Arnaldo Carvalho de Melo 1-0/+1
2017-04-19perf tools: Move sane ctype stuff from util.h to sane_ctype.hGravatar Arnaldo Carvalho de Melo 1-0/+1
2017-03-27perf buildid: Do not assume that readlink() returns a null terminated stringGravatar Tommi Rantala 1-1/+5
2017-03-27perf buildid: Do not update SDT cache with null filenameGravatar Tommi Rantala 1-1/+1
2016-09-29perf probe: Increase debug level of SDT debug messagesGravatar Adrian Hunter 1-2/+2
2016-07-13perf probe: Support @BUILDID or @FILE suffix for SDT eventsGravatar Masami Hiramatsu 1-0/+43
2016-07-13perf probe: Make --list show only available cached eventsGravatar Masami Hiramatsu 1-1/+32
2016-07-12perf tools: Add feature detection for gelf_getnote()Gravatar Arnaldo Carvalho de Melo 1-1/+1
2016-07-04perf buildid-cache: Scan and import user SDT events to probe cacheGravatar Masami Hiramatsu 1-0/+30
2016-07-01perf probe: Show all cached probesGravatar Masami Hiramatsu 1-2/+106
2016-06-14perf buildid: Rename and export build_id_cache__cachedir()Gravatar Masami Hiramatsu 1-7/+5
2016-06-07perf tools: Fix crash in build_id_cache__kallsyms_path()Gravatar Wang Nan 1-7/+4
2016-05-30perf buildid-cache: Use path/to/bin/buildid/elf instead of path/to/bin/buildidGravatar Masami Hiramatsu 1-27/+88
2016-05-16perf symbols: Store vdso buildid unconditionallyGravatar He Kuang 1-1/+1
2016-05-11perf buildid-cache: Use lsdir() for looking up buildid cachesGravatar Masami Hiramatsu 1-26/+4
2016-04-25perf buildid: Fix off-by-one in write_buildid()Gravatar Andrey Ryabinin 1-3/+3
2016-03-23perf tools: Add cpumode to struct perf_sampleGravatar Arnaldo Carvalho de Melo 1-2/+1
2016-02-12perf symbols: Fix symbols searching for module in buildid-cacheGravatar Wang Nan 1-0/+44
2016-01-29perf buildid: Fix cpumode of buildid eventGravatar Wang Nan 1-1/+5
2015-12-07perf buildid-list: Show running kernel build id fixGravatar Michael Petlan 1-1/+1
2015-11-13perf buildid-list: Requires ordered eventsGravatar Adrian Hunter 1-0/+1
2015-08-28perf buildid: Introduce sysfs/filename__sprintf_build_idGravatar Masami Hiramatsu 1-0/+32
2015-07-20perf buildid: Use SBUILD_ID_SIZE macroGravatar Masami Hiramatsu 1-2/+2
2015-07-20perf strlist: Make dupstr be the default and part of an extensible config parmGravatar Arnaldo Carvalho de Melo 1-1/+1
2015-05-29perf machine: No need to have two DSOs listsGravatar Arnaldo Carvalho de Melo 1-43/+16
2015-05-08perf machine: Protect the machine->threads with a rwlockGravatar Arnaldo Carvalho de Melo 1-1/+4
2015-04-10perf buildid-list: Fix segfault when show DSOs with hitsGravatar He Kuang 1-6/+2
2015-03-20perf tools: Fix race in build_id_cache__add_s()Gravatar Milos Vyletel 1-1/+2
2015-03-03perf tools: Reference count struct threadGravatar Arnaldo Carvalho de Melo 1-2/+3
2015-02-27perf buildid-cache: Add --purge FILE to remove all caches of FILEGravatar Masami Hiramatsu 1-17/+76
2015-02-27perf buildid-cache: Add new buildid cache if update target is not cachedGravatar Masami Hiramatsu 1-0/+12
2015-02-11perf buildid-cache: Consolidate .build-id cache path generatorsGravatar Masami Hiramatsu 1-17/+41
2015-02-11perf buildid-cache: Remove unneeded debugdir parametersGravatar Masami Hiramatsu 1-24/+20
2014-12-09perf buildid-cache: Remove extra debugdir variablesGravatar Jiri Olsa 1-6/+3
2014-11-19perf build-id: Move disable_buildid_cache() to util/build-id.cGravatar Namhyung Kim 1-0/+11