Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
906a8276429c7eb3b53676dab4e2acb632ffcc5a
/
tools
906a827
perf unwind: Fix compile error for static cross build
by He Kuang
· 9 years ago
c4ff492
perf probe: Uncomment and export synthesize_perf_probe_point()
by Masami Hiramatsu
· 9 years ago
0542bb9
perf probe: Add perf_probe_event__copy()
by Masami Hiramatsu
· 9 years ago
4698b8b
perf buildid: Rename and export build_id_cache__cachedir()
by Masami Hiramatsu
· 9 years ago
844faa4
perf probe: Fix to add NULL check for strndup
by Masami Hiramatsu
· 9 years ago
2a1ef03
perf tools: Fix rm_rf() to handle non-regular files correctly
by Masami Hiramatsu
· 9 years ago
826424c
perf config: Handle NULL at perf_config_set__delete()
by Taeung Song
· 9 years ago
3559ff9
Merge branch 'linus' into perf/core, to pick up fixes before merging new changes
by Ingo Molnar
· 9 years ago
7fcbc23
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
b8ab922
Merge tag 'perf-core-for-mingo-20160607' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core
by Ingo Molnar
· 9 years ago
aa3a655
Merge tag 'perf-core-for-mingo-20160606' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core
by Ingo Molnar
· 9 years ago
616d1c1
Merge branch 'linus' into perf/core, to refresh the branch
by Ingo Molnar
· 9 years ago
057fbfb
perf callchain: Support aarch64 cross-platform
by He Kuang
· 9 years ago
52ffe0f
perf callchain: Support x86 target platform
by He Kuang
· 9 years ago
19473e7
perf unwind: Introduce flag to separate local/remote unwind compilation
by He Kuang
· 9 years ago
eeb118c
perf unwind: Change fixed name of libunwind__arch_reg_id to macro
by He Kuang
· 9 years ago
d64ec10
perf unwind: Check the target platform before assigning unwind methods
by He Kuang
· 9 years ago
940e6987
perf tools: Export normalize_arch() function
by He Kuang
· 9 years ago
f6d7253
perf tools: Extract common API out of unwind-libunwind-local.c
by He Kuang
· 9 years ago
a597b54
perf unwind: Rename unwind-libunwind.c to unwind-libunwind-local.c
by He Kuang
· 9 years ago
9d8e14d
perf unwind: Separate local/remote libunwind config
by He Kuang
· 9 years ago
403cacb
perf unwind: Don't mix LIBUNWIND_LIBS into LIBUNWIND_LDFLAGS
by He Kuang
· 9 years ago
8132a2a
perf unwind: Move unwind__prepare_access from thread_new into thread__insert_map
by He Kuang
· 9 years ago
f83c041
perf unwind: Introduce 'struct unwind_libunwind_ops' for local unwind
by He Kuang
· 9 years ago
c1d1d0d
perf unwind: Decouple thread->address_space on libunwind
by He Kuang
· 9 years ago
195106b
perf unwind: Use LIBUNWIND_DIR for remote libunwind feature check
by He Kuang
· 9 years ago
8beeb00
perf config: Use new perf_config_set__init() to initialize config set
by Taeung Song
· 9 years ago
25d8f48
perf config: Constructor should free its allocated memory when failing
by Taeung Song
· 9 years ago
c58c49a
perf tools: Fix crash in build_id_cache__kallsyms_path()
by Wang Nan
· 9 years ago
fc100a7
soreuseport: Fix reuseport_bpf testcase on 32bit architectures
by Helge Deller
· 9 years ago
edb13ed
tools lib bpf: Rename set_private() to set_priv()
by Arnaldo Carvalho de Melo
· 9 years ago
be834ff
tools lib bpf: Make bpf_program__get_private() use IS_ERR()
by Arnaldo Carvalho de Melo
· 9 years ago
a7fe045
tools lib bpf: Remove _get_ from non-refcount method names
by Arnaldo Carvalho de Melo
· 9 years ago
6e009e6
tools lib bpf: Rename bpf_map__get_fd() to bpf_map__fd()
by Arnaldo Carvalho de Melo
· 9 years ago
53897a7
tools lib bpf: Use IS_ERR() reporting macros with bpf_map__get_def()
by Arnaldo Carvalho de Melo
· 9 years ago
009ad5d
tools lib bpf: Rename bpf_map__get_name() to bpf_map__name()
by Arnaldo Carvalho de Melo
· 9 years ago
b4cbfa5
tools lib bpf: Use IS_ERR() reporting macros with bpf_map__get_private()
by Arnaldo Carvalho de Melo
· 9 years ago
7db91f2
perf config: Handle the error when config set is NULL at collect_config()
by Taeung Song
· 9 years ago
78f71c9
perf config: Fix abnormal termination at perf_parse_file()
by Taeung Song
· 9 years ago
c51fd63
perf stat: Add missing aggregation headers for --metric-only CSV
by Andi Kleen
· 9 years ago
41c8ca2
perf stat: Print topology/time headers with --metric-only
by Andi Kleen
· 9 years ago
239bd47
perf stat: Add computation of TopDown formulas
by Andi Kleen
· 9 years ago
44b1e60
perf stat: Basic support for TopDown in perf stat
by Andi Kleen
· 9 years ago
17a2634
perf test: Ignore .scale and other special files
by Andi Kleen
· 9 years ago
40f20e5
perf script: Show call graphs when 1st event doesn't have it but some other has
by He Kuang
· 9 years ago
703e016
tools lib api: Respect CROSS_COMPILE for the linker
by Lucas Stach
· 9 years ago
946ae1d
perf evlist: Fix alloc_mmap() failure path
by Wang Nan
· 9 years ago
9052517
perf evsel: Provide way to extract integer value from format_field
by Arnaldo Carvalho de Melo
· 9 years ago
dc89e75
tools/perf: Handle -EOPNOTSUPP for sampling events
by Vineet Gupta
· 9 years ago
0141226
perf buildid-cache: Use path/to/bin/buildid/elf instead of path/to/bin/buildid
by Masami Hiramatsu
· 9 years ago
4e4b6c0
perf symbols: Cleanup the code flow of dso__find_kallsyms
by Masami Hiramatsu
· 9 years ago
11870d7
perf symbols: Introduce filename__readable to check readability
by Masami Hiramatsu
· 9 years ago
dcd1e2a
perf tools: Add arch/*/include/generated/ to .gitignore
by Taeung Song
· 9 years ago
258e4bf
tools: Pass arg to fdarray__filter's call back function
by Wang Nan
· 9 years ago
5a5ddeb
perf evlist: Choose correct reading direction according to evlist->backward
by Wang Nan
· 9 years ago
e10e4ef
perf evlist: Check 'base' pointer before checking refcnt when put a mmap
by Wang Nan
· 9 years ago
f3058a1
perf evlist: Don't poll and mmap overwritable events
by Wang Nan
· 9 years ago
c45628b
perf record: Robustify perf_event__synth_time_conv()
by Wang Nan
· 9 years ago
792d48b
perf tools: Per event max-stack settings
by Arnaldo Carvalho de Melo
· 9 years ago
480ca35
perf thread: Adopt get_main_thread from db-export.c
by Andi Kleen
· 9 years ago
e28e909
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 9 years ago
5ea5888
perf ctf: Convert invalid chars in a string before set value
by Wang Nan
· 9 years ago
3dc6c1d
perf record: Fix crash when kptr is restricted
by Wang Nan
· 9 years ago
38272dc
perf symbols: Check kptr_restrict for root
by Wang Nan
· 9 years ago
5b26fc8
Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
by Linus Torvalds
· 9 years ago
bdc6b75
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
c4a3460
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
24c82fb
Merge branch 'parisc-4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux
by Linus Torvalds
· 9 years ago
fabc712
tools: kvm_stat: Add comments
by Janosch Frank
· 9 years ago
f0cf040
tools: kvm_stat: Introduce pid monitoring
by Janosch Frank
· 9 years ago
c7d4fb5
tools: kvm_stat: Powerpc related fixes
by Hemant Kumar
· 9 years ago
fd41b5a
tools: Add kvm_stat man page
by Paolo Bonzini
· 9 years ago
f9bc9e6
tools: Add kvm_stat vm monitor script
by Janosch Frank
· 9 years ago
ecaba71
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
by Linus Torvalds
· 9 years ago
d62a023
Merge tag 'linux-kselftest-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest
by Linus Torvalds
· 9 years ago
4496a1d
Merge tag 'trace-v4.7-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 9 years ago
3a62a7b
perf record: Read from backward ring buffer
by Wang Nan
· 9 years ago
09fa4f4
perf record: Rename variable to make code clear
by Wang Nan
· 9 years ago
2d11c65
perf record: Prevent reading invalid data in record__mmap_read
by Wang Nan
· 9 years ago
65aea23
perf evlist: Add API to pause/resume
by Wang Nan
· 9 years ago
12f3ca4
perf trace: Use the ptr->name beautifier as default for "filename" args
by Arnaldo Carvalho de Melo
· 9 years ago
b6565c9
perf trace: Use the fd->name beautifier as default for "fd" args
by Arnaldo Carvalho de Melo
· 9 years ago
1f40c49
Merge tag 'libnvdimm-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
by Linus Torvalds
· 9 years ago
508be0d
perf report: Add srcline_from/to branch sort keys
by Andi Kleen
· 9 years ago
97f8827
ftracetest: Use proper logic to find process PID
by Steven Rostedt (Red Hat)
· 9 years ago
7639dad
Merge tag 'trace-v4.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 9 years ago
a4351cb
selftests/thuge-gen: Use platform specific MAP_HUGETLB value
by Helge Deller
· 9 years ago
64e2a42
parisc: Add ARCH_TRACEHOOK and regset support
by Helge Deller
· 9 years ago
bb99128
ringtest: pass buf != NULL
by Michael S. Tsirkin
· 9 years ago
ce10c1b
virtio: add inorder option
by Michael S. Tsirkin
· 9 years ago
36092ee
Merge branch 'for-4.7/dax' into libnvdimm-for-next
by Dan Williams
· 9 years ago
5469dc2
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 9 years ago
2f37dd1
Merge tag 'staging-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging
by Linus Torvalds
· 9 years ago
ab68f26
/dev/dax, pmem: direct access to persistent memory
by Dan Williams
· 9 years ago
5af2344
Merge tag 'char-misc-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
by Linus Torvalds
· 9 years ago
19e36ad
Merge tag 'usb-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
by Linus Torvalds
· 9 years ago
8c1244d
radix-tree: tidy up next_chunk
by Matthew Wilcox
· 9 years ago
b194d16
radix-tree: rename radix_tree_is_indirect_ptr()
by Matthew Wilcox
· 9 years ago
4dd6c09
radix-tree: rename indirect_to_ptr() to entry_to_node()
by Matthew Wilcox
· 9 years ago
0694f0c
radix tree test suite: remove dependencies on height
by Matthew Wilcox
· 9 years ago
Next »