Revision 7579dfc42d2e3bef901991803efc81dc1ac65f2b authored by Ingo Molnar on 19 April 2019, 17:10:47 UTC, committed by Ingo Molnar on 19 April 2019, 17:10:47 UTC
Pull perf/urgent fixes from Arnaldo Carvalho de Melo:

perf top:

  Jiri Olsa:

  - Fix 'perf top --pid', it needs PERF_SAMPLE_TIME since we switched to using
    a different thread to sort the events and then even for just a single
    thread we now need timestamps.

BPF:

  Jiri Olsa:

  - Fix bpf_prog and btf lookup functions failure path to to properly return
    NULL.

  - Fix side band thread draining, used to process PERF_RECORD_BPF_EVENT
    metadata records.

core:

  Jiri Olsa:

  - Fix map lookup by name to get a refcount when the name is already in
    the tree. Found

  Song Liu:

  - Fix __map__is_kmodule() by taking into account recently added BPF
    maps.

UAPI:

  Arnaldo Carvalho de Melo:

  - Sync sound/asound.h copy

Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
2 parent s b191fa9 + 2db7b1e
History
File Mode Size
include-prefixes
libfdt
.gitignore -rw-r--r-- 4 bytes
Makefile -rw-r--r-- 923 bytes
Makefile.dtc -rw-r--r-- 423 bytes
checks.c -rw-r--r-- 48.9 KB
data.c -rw-r--r-- 5.2 KB
dt_to_config -rwxr-xr-x 40.9 KB
dtc-lexer.l -rw-r--r-- 6.9 KB
dtc-parser.y -rw-r--r-- 11.2 KB
dtc.c -rw-r--r-- 9.9 KB
dtc.h -rw-r--r-- 9.0 KB
dtx_diff -rwxr-xr-x 8.8 KB
fdtdump.c -rw-r--r-- 3.7 KB
fdtget.c -rw-r--r-- 8.6 KB
fdtput.c -rw-r--r-- 8.3 KB
flattree.c -rw-r--r-- 22.2 KB
fstree.c -rw-r--r-- 2.3 KB
livetree.c -rw-r--r-- 20.9 KB
srcpos.c -rw-r--r-- 9.3 KB
srcpos.h -rw-r--r-- 3.6 KB
treesource.c -rw-r--r-- 7.6 KB
update-dtc-source.sh -rwxr-xr-x 2.5 KB
util.c -rw-r--r-- 9.2 KB
util.h -rw-r--r-- 7.6 KB
version_gen.h -rw-r--r-- 42 bytes
yamltree.c -rw-r--r-- 7.0 KB

back to top