summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/build-id.c
Commit message (Expand)AuthorAgeFilesLines
* perf build-id: Fix memory leak in print_sdt_events()Changbin Du2019-03-191-0/+1
* pref tools: Add missing map.h includesArnaldo Carvalho de Melo2019-02-061-0/+1
* perf machine: Use cached rbtreesDavidlohr Bueso2019-01-251-4/+8
* perf namespaces: Remove namespaces.h from .h headersArnaldo Carvalho de Melo2019-01-251-0/+1
* perf thread: Make thread__find_map() return the mapArnaldo Carvalho de Melo2018-04-261-3/+1Star
* perf thread: Introduce thread__find_map()Arnaldo Carvalho de Melo2018-04-261-1/+1
* perf machine: Move kernel mmap name into struct machineJiri Olsa2018-02-161-7/+3Star
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* perf header: Add struct feat_fd for writeDavid Carrillo-Cisneros2017-07-191-3/+5
* perf header: Revamp do_write()David Carrillo-Cisneros2017-07-191-1/+1
* perf buildid-cache: Cache debuginfoKrister Johansen2017-07-191-5/+67
* perf buildid-cache: Support binary objects from other namespacesKrister Johansen2017-07-191-17/+30
* perf symbols: Kill dso__build_id_is_kmod()Namhyung Kim2017-06-081-45/+0Star
* perf tools: Use just forward declarations for struct thread where possibleArnaldo Carvalho de Melo2017-04-241-0/+1
* perf tools: Remove string.h, unistd.h and sys/stat.h from util.hArnaldo Carvalho de Melo2017-04-241-0/+2
* perf tools: Remove include dirent.h from util.hArnaldo Carvalho de Melo2017-04-191-0/+1
* perf tools: Remove misplaced __maybe_unused in some functionsArnaldo Carvalho de Melo2017-04-191-2/+2
* perf tools: Move path related functions to util/path.hArnaldo Carvalho de Melo2017-04-191-0/+1
* perf str{filter,list}: Disentangle headersArnaldo Carvalho de Melo2017-04-191-0/+1
* perf tools: Include errno.h where neededArnaldo Carvalho de Melo2017-04-191-0/+1
* perf tools: Move sane ctype stuff from util.h to sane_ctype.hArnaldo Carvalho de Melo2017-04-191-0/+1
* perf buildid: Do not assume that readlink() returns a null terminated stringTommi Rantala2017-03-271-1/+5
* perf buildid: Do not update SDT cache with null filenameTommi Rantala2017-03-271-1/+1
* perf probe: Increase debug level of SDT debug messagesAdrian Hunter2016-09-291-2/+2
* perf probe: Support @BUILDID or @FILE suffix for SDT eventsMasami Hiramatsu2016-07-141-0/+43
* perf probe: Make --list show only available cached eventsMasami Hiramatsu2016-07-141-1/+32
* perf tools: Add feature detection for gelf_getnote()Arnaldo Carvalho de Melo2016-07-121-1/+1
* perf buildid-cache: Scan and import user SDT events to probe cacheMasami Hiramatsu2016-07-051-0/+30
* perf probe: Show all cached probesMasami Hiramatsu2016-07-011-2/+106
* perf buildid: Rename and export build_id_cache__cachedir()Masami Hiramatsu2016-06-141-7/+5Star
* perf tools: Fix crash in build_id_cache__kallsyms_path()Wang Nan2016-06-071-7/+4Star
* perf buildid-cache: Use path/to/bin/buildid/elf instead of path/to/bin/buildidMasami Hiramatsu2016-05-301-27/+88
* perf symbols: Store vdso buildid unconditionallyHe Kuang2016-05-171-1/+1
* perf buildid-cache: Use lsdir() for looking up buildid cachesMasami Hiramatsu2016-05-111-26/+4Star
* perf buildid: Fix off-by-one in write_buildid()Andrey Ryabinin2016-04-251-3/+3
* perf tools: Add cpumode to struct perf_sampleArnaldo Carvalho de Melo2016-03-231-2/+1Star
* perf symbols: Fix symbols searching for module in buildid-cacheWang Nan2016-02-121-0/+44
* perf buildid: Fix cpumode of buildid eventWang Nan2016-01-291-1/+5
* perf buildid-list: Show running kernel build id fixMichael Petlan2015-12-071-1/+1
* perf buildid-list: Requires ordered eventsAdrian Hunter2015-11-131-0/+1
* perf buildid: Introduce sysfs/filename__sprintf_build_idMasami Hiramatsu2015-08-281-0/+32
* perf buildid: Use SBUILD_ID_SIZE macroMasami Hiramatsu2015-07-201-2/+2
* perf strlist: Make dupstr be the default and part of an extensible config parmArnaldo Carvalho de Melo2015-07-201-1/+1
* perf machine: No need to have two DSOs listsArnaldo Carvalho de Melo2015-05-291-43/+16Star
* perf machine: Protect the machine->threads with a rwlockArnaldo Carvalho de Melo2015-05-081-1/+4
* perf buildid-list: Fix segfault when show DSOs with hitsHe Kuang2015-04-101-6/+2Star
* perf tools: Fix race in build_id_cache__add_s()Milos Vyletel2015-03-201-1/+2
* perf tools: Reference count struct threadArnaldo Carvalho de Melo2015-03-031-2/+3
* perf buildid-cache: Add --purge FILE to remove all caches of FILEMasami Hiramatsu2015-02-271-17/+76
* perf buildid-cache: Add new buildid cache if update target is not cachedMasami Hiramatsu2015-02-271-0/+12