aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/build-id.c
Commit message (Expand)AuthorAge
* perf thread: Make thread__find_map() return the mapArnaldo Carvalho de Melo2018-04-26
* perf thread: Introduce thread__find_map()Arnaldo Carvalho de Melo2018-04-26
* perf machine: Move kernel mmap name into struct machineJiri Olsa2018-02-16
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* perf header: Add struct feat_fd for writeDavid Carrillo-Cisneros2017-07-18
* perf header: Revamp do_write()David Carrillo-Cisneros2017-07-18
* perf buildid-cache: Cache debuginfoKrister Johansen2017-07-18
* perf buildid-cache: Support binary objects from other namespacesKrister Johansen2017-07-18
* perf symbols: Kill dso__build_id_is_kmod()Namhyung Kim2017-06-08
* perf tools: Use just forward declarations for struct thread where possibleArnaldo Carvalho de Melo2017-04-24
* perf tools: Remove string.h, unistd.h and sys/stat.h from util.hArnaldo Carvalho de Melo2017-04-24
* perf tools: Remove include dirent.h from util.hArnaldo Carvalho de Melo2017-04-19
* perf tools: Remove misplaced __maybe_unused in some functionsArnaldo Carvalho de Melo2017-04-19
* perf tools: Move path related functions to util/path.hArnaldo Carvalho de Melo2017-04-19
* perf str{filter,list}: Disentangle headersArnaldo Carvalho de Melo2017-04-19
* perf tools: Include errno.h where neededArnaldo Carvalho de Melo2017-04-19
* perf tools: Move sane ctype stuff from util.h to sane_ctype.hArnaldo Carvalho de Melo2017-04-19
* perf buildid: Do not assume that readlink() returns a null terminated stringTommi Rantala2017-03-27
* perf buildid: Do not update SDT cache with null filenameTommi Rantala2017-03-27
* perf probe: Increase debug level of SDT debug messagesAdrian Hunter2016-09-29
* perf probe: Support @BUILDID or @FILE suffix for SDT eventsMasami Hiramatsu2016-07-13
* perf probe: Make --list show only available cached eventsMasami Hiramatsu2016-07-13
* perf tools: Add feature detection for gelf_getnote()Arnaldo Carvalho de Melo2016-07-12
* perf buildid-cache: Scan and import user SDT events to probe cacheMasami Hiramatsu2016-07-04
* perf probe: Show all cached probesMasami Hiramatsu2016-07-01
* perf buildid: Rename and export build_id_cache__cachedir()Masami Hiramatsu2016-06-14
* perf tools: Fix crash in build_id_cache__kallsyms_path()Wang Nan2016-06-07
* perf buildid-cache: Use path/to/bin/buildid/elf instead of path/to/bin/buildidMasami Hiramatsu2016-05-30
* perf symbols: Store vdso buildid unconditionallyHe Kuang2016-05-16
* perf buildid-cache: Use lsdir() for looking up buildid cachesMasami Hiramatsu2016-05-11
* perf buildid: Fix off-by-one in write_buildid()Andrey Ryabinin2016-04-25
* perf tools: Add cpumode to struct perf_sampleArnaldo Carvalho de Melo2016-03-23
* perf symbols: Fix symbols searching for module in buildid-cacheWang Nan2016-02-12
* perf buildid: Fix cpumode of buildid eventWang Nan2016-01-29
* perf buildid-list: Show running kernel build id fixMichael Petlan2015-12-07
* perf buildid-list: Requires ordered eventsAdrian Hunter2015-11-13
* perf buildid: Introduce sysfs/filename__sprintf_build_idMasami Hiramatsu2015-08-28
* perf buildid: Use SBUILD_ID_SIZE macroMasami Hiramatsu2015-07-20
* perf strlist: Make dupstr be the default and part of an extensible config parmArnaldo Carvalho de Melo2015-07-20
* perf machine: No need to have two DSOs listsArnaldo Carvalho de Melo2015-05-29
* perf machine: Protect the machine->threads with a rwlockArnaldo Carvalho de Melo2015-05-08
* perf buildid-list: Fix segfault when show DSOs with hitsHe Kuang2015-04-10
* perf tools: Fix race in build_id_cache__add_s()Milos Vyletel2015-03-20
* perf tools: Reference count struct threadArnaldo Carvalho de Melo2015-03-02
* perf buildid-cache: Add --purge FILE to remove all caches of FILEMasami Hiramatsu2015-02-27
* perf buildid-cache: Add new buildid cache if update target is not cachedMasami Hiramatsu2015-02-27
* perf buildid-cache: Consolidate .build-id cache path generatorsMasami Hiramatsu2015-02-11
* perf buildid-cache: Remove unneeded debugdir parametersMasami Hiramatsu2015-02-11
* perf buildid-cache: Remove extra debugdir variablesJiri Olsa2014-12-09
* perf build-id: Move disable_buildid_cache() to util/build-id.cNamhyung Kim2014-11-19