Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
a1858df975edf6706e7a5a3ae000e52d81076807
/
tools
/
perf
/
util
/
build-id.c
e7ff892
perf tools: Use just forward declarations for struct thread where possible
by Arnaldo Carvalho de Melo
· 8 years ago
7a8ef4c
perf tools: Remove string.h, unistd.h and sys/stat.h from util.h
by Arnaldo Carvalho de Melo
· 8 years ago
76b31a2
perf tools: Remove include dirent.h from util.h
by Arnaldo Carvalho de Melo
· 8 years ago
767fe71
perf tools: Remove misplaced __maybe_unused in some functions
by Arnaldo Carvalho de Melo
· 8 years ago
9a3993d
perf tools: Move path related functions to util/path.h
by Arnaldo Carvalho de Melo
· 8 years ago
8ec20b1
perf str{filter,list}: Disentangle headers
by Arnaldo Carvalho de Melo
· 8 years ago
a43783a
perf tools: Include errno.h where needed
by Arnaldo Carvalho de Melo
· 8 years ago
3d689ed
perf tools: Move sane ctype stuff from util.h to sane_ctype.h
by Arnaldo Carvalho de Melo
· 8 years ago
5a23421
perf buildid: Do not assume that readlink() returns a null terminated string
by Tommi Rantala
· 8 years ago
2ccc220
perf buildid: Do not update SDT cache with null filename
by Tommi Rantala
· 8 years ago
f965520
perf probe: Increase debug level of SDT debug messages
by Adrian Hunter
· 8 years ago
a598180
perf probe: Support @BUILDID or @FILE suffix for SDT events
by Masami Hiramatsu
· 8 years ago
c3492a3
perf probe: Make --list show only available cached events
by Masami Hiramatsu
· 8 years ago
1c1a3a4
perf tools: Add feature detection for gelf_getnote()
by Arnaldo Carvalho de Melo
· 8 years ago
6430a94
perf buildid-cache: Scan and import user SDT events to probe cache
by Masami Hiramatsu
· 8 years ago
1f3736c
perf probe: Show all cached probes
by Masami Hiramatsu
· 8 years ago
4698b8b
perf buildid: Rename and export build_id_cache__cachedir()
by Masami Hiramatsu
· 8 years ago
c58c49a
perf tools: Fix crash in build_id_cache__kallsyms_path()
by Wang Nan
· 8 years ago
0141226
perf buildid-cache: Use path/to/bin/buildid/elf instead of path/to/bin/buildid
by Masami Hiramatsu
· 8 years ago
6ae98ba
perf symbols: Store vdso buildid unconditionally
by He Kuang
· 9 years ago
d65444d
perf buildid-cache: Use lsdir() for looking up buildid caches
by Masami Hiramatsu
· 9 years ago
70a2cba
perf buildid: Fix off-by-one in write_buildid()
by Andrey Ryabinin
· 9 years ago
473398a
perf tools: Add cpumode to struct perf_sample
by Arnaldo Carvalho de Melo
· 9 years ago
e7ee404
perf symbols: Fix symbols searching for module in buildid-cache
by Wang Nan
· 9 years ago
fd786fa
perf buildid: Fix cpumode of buildid event
by Wang Nan
· 9 years ago
7375e15
perf buildid-list: Show running kernel build id fix
by Michael Petlan
· 9 years ago
1216b65
perf buildid-list: Requires ordered events
by Adrian Hunter
· 9 years ago
0b5a793
perf buildid: Introduce sysfs/filename__sprintf_build_id
by Masami Hiramatsu
· 9 years ago
d77fac7
perf buildid: Use SBUILD_ID_SIZE macro
by Masami Hiramatsu
· 9 years ago
4a77e21
perf strlist: Make dupstr be the default and part of an extensible config parm
by Arnaldo Carvalho de Melo
· 9 years ago
3d39ac5
perf machine: No need to have two DSOs lists
by Arnaldo Carvalho de Melo
· 9 years ago
b91fc39
perf machine: Protect the machine->threads with a rwlock
by Arnaldo Carvalho de Melo
· 10 years ago
5e78c69
perf buildid-list: Fix segfault when show DSOs with hits
by He Kuang
· 10 years ago
0635b0f
perf tools: Fix race in build_id_cache__add_s()
by Milos Vyletel
· 10 years ago
f3b623b
perf tools: Reference count struct thread
by Arnaldo Carvalho de Melo
· 10 years ago
8d8c8e4
perf buildid-cache: Add --purge FILE to remove all caches of FILE
by Masami Hiramatsu
· 10 years ago
a50d11a
perf buildid-cache: Add new buildid cache if update target is not cached
by Masami Hiramatsu
· 10 years ago
5cb113f
perf buildid-cache: Consolidate .build-id cache path generators
by Masami Hiramatsu
· 10 years ago
e35f736
perf buildid-cache: Remove unneeded debugdir parameters
by Masami Hiramatsu
· 10 years ago
498922a
perf buildid-cache: Remove extra debugdir variables
by Jiri Olsa
· 10 years ago
73c5d22
perf build-id: Move disable_buildid_cache() to util/build-id.c
by Namhyung Kim
· 10 years ago
e195fac
perf build-id: Move build-id related functions to util/build-id.c
by Namhyung Kim
· 10 years ago
bb871a9
perf tools: A thread's machine can be found via thread->mg->machine
by Arnaldo Carvalho de Melo
· 10 years ago
13ce34d
perf tools: Use tid for finding thread
by Namhyung Kim
· 11 years ago
3344996
perf symbols: Constify some DSO methods parameters
by Arnaldo Carvalho de Melo
· 11 years ago
c824c43
perf tools: Stop using 'self' in some more places
by Arnaldo Carvalho de Melo
· 11 years ago
5c5e854
perf tools: Add attr->mmap2 support
by Stephane Eranian
· 11 years ago
ef89325
perf tools: Remove references to struct ip_event
by Adrian Hunter
· 11 years ago
314add6
perf tools: change machine__findnew_thread() to set thread pid
by Adrian Hunter
· 11 years ago
326f59b
perf tools: Remove filter parameter of thread__find_addr_map()
by Adrian Hunter
· 11 years ago
5b7ba82
perf symbols: Load kernel maps before using
by Adrian Hunter
· 11 years ago
ebb296c
perf tools: Move build_id__sprintf into build-id object
by Jiri Olsa
· 12 years ago
54a3cf5
perf inject: Mark a dso if it's used
by Andrew Vagin
· 12 years ago
f62d3f0
perf event: No need to create a thread when handling PERF_RECORD_EXIT
by Arnaldo Carvalho de Melo
· 12 years ago
1d037ca
perf tools: Use __maybe_used for unused variables
by Irina Tirdea
· 12 years ago
299c345
perf buildid-list: Work better with pipe mode
by Stephane Eranian
· 13 years ago
45694aa
perf tools: Rename perf_event_ops to perf_tool
by Arnaldo Carvalho de Melo
· 13 years ago
743eb86
perf tools: Resolve machine earlier and pass it to perf_event_ops
by Arnaldo Carvalho de Melo
· 13 years ago
d20deb6
perf tools: Pass tool context in the the perf_event_ops functions
by Arnaldo Carvalho de Melo
· 13 years ago
b424eba
perf session: Move threads to struct machine
by Arnaldo Carvalho de Melo
· 13 years ago
9e69c21
perf session: Pass evsel in event_ops->sample()
by Arnaldo Carvalho de Melo
· 14 years ago
8115d60
perf tools: Kill event_t typedef, use 'union perf_event' instead
by Arnaldo Carvalho de Melo
· 14 years ago
8d50e5b
perf tools: Rename 'struct sample_data' to 'struct perf_sample'
by Arnaldo Carvalho de Melo
· 14 years ago
640c03c
perf session: Parse sample earlier
by Arnaldo Carvalho de Melo
· 14 years ago
591765f
perf tools: Release thread resources on PERF_RECORD_EXIT
by Arnaldo Carvalho de Melo
· 14 years ago
45de34b
perf buildid: add perfconfig option to specify buildid cache dir
by Stephane Eranian
· 14 years ago
b36f19d
perf annotate: Use build-ids to find the right DSO
by Arnaldo Carvalho de Melo
· 15 years ago
a1645ce
perf: 'perf kvm' tool for monitoring guest performance from host
by Zhang, Yanmin
· 15 years ago
7b2567c
perf build-id: Move the routine to find DSOs with hits to the lib
by Arnaldo Carvalho de Melo
· 15 years ago