Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
04df32fa10ab9a6f0643db2949d42efc966bc844
/
tools
5d434fc
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 12 years ago
e097291
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
5415ba9
Merge tag 'ktest-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-ktest
by Linus Torvalds
· 12 years ago
4f567cb
Merge tag 'char-misc-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
by Linus Torvalds
· 12 years ago
df5f7c6
ktest: Reset grub menu cache with different machines
by Steven Rostedt (Red Hat)
· 12 years ago
0e27263
Tools: hv: Fix a checkpatch warning
by K. Y. Srinivasan
· 12 years ago
10b637b
tools: hv: skip iso9660 mounts in hv_vss_daemon
by Olaf Hering
· 12 years ago
7b413b6
tools: hv: use FIFREEZE/FITHAW in hv_vss_daemon
by Olaf Hering
· 12 years ago
d3d1ee3
tools: hv: use getmntent in hv_vss_daemon
by Olaf Hering
· 12 years ago
038336a
Tools: hv: Fix a checkpatch warning
by K. Y. Srinivasan
· 12 years ago
5edf5ee
tools: hv: fix checks for origin of netlink message in hv_vss_daemon
by Olaf Hering
· 12 years ago
eb8905b
Tools: hv: fix warnings in hv_vss_daemon
by Olaf Hering
· 12 years ago
ebe8054
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux
by Linus Torvalds
· 12 years ago
a895d57
treewide: Fix typo in printks
by Masanari Iida
· 12 years ago
d06f791
perf map browser: Exit just on well known key presses
by Arnaldo Carvalho de Melo
· 12 years ago
6692c26
perf tools: Remove dependency on libnewt
by Arnaldo Carvalho de Melo
· 12 years ago
a4032536
perf map browser: Use ui_browser__input_window()
by Arnaldo Carvalho de Melo
· 12 years ago
707ef2e
perf python: Fix dependency for python/perf.so
by Naohiro Aota
· 12 years ago
b5ded71
perf tools: Convert needless static variable to local
by Arnaldo Carvalho de Melo
· 12 years ago
1c6763c
Revert "perf sched: Handle PERF_RECORD_EXIT events"
by Arnaldo Carvalho de Melo
· 12 years ago
6266774
perf tools: Fix output of symbol_daddr offset
by Namhyung Kim
· 12 years ago
bad4091
perf machine: Detect data vs. text mappings
by Stephane Eranian
· 12 years ago
028f12e
perf tools: Add new mem command for memory access profiling
by Stephane Eranian
· 12 years ago
f4f7e28
perf report: Add support for mem access profiling
by Stephane Eranian
· 12 years ago
ccf49bf
perf record: Add support for mem access profiling
by Stephane Eranian
· 12 years ago
98a3b32
perf tools: Add mem access sampling core support
by Stephane Eranian
· 12 years ago
0548429
perf tools: Add support for weight v7 (modified)
by Andi Kleen
· 12 years ago
1051e9b
treewide: Fix typos in kernel messages
by Masanari Iida
· 12 years ago
328ccda
perf report: Add --no-demangle option
by Namhyung Kim
· 12 years ago
e58b9a2
Merge tag 'arizona-extcon-asoc' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/misc into char-misc-next
by Greg Kroah-Hartman
· 12 years ago
12c08a9
perf stat: Add per-core aggregation
by Stephane Eranian
· 12 years ago
d430495
perf stat: Rename --aggr-socket to --per-socket
by Stephane Eranian
· 12 years ago
86ee6e1
perf stat: Refactor aggregation code
by Stephane Eranian
· 12 years ago
ebf3c67
perf tools: Cleanup calc_data_size logic
by Namhyung Kim
· 12 years ago
452958f
perf tools: Get rid of die() calls in trace-data-read.c
by Namhyung Kim
· 12 years ago
4a31e56
perf tools: Get rid of read_or_die() in trace-event-read.c
by Namhyung Kim
· 12 years ago
a4c9836
perf tools: Get rid of malloc_or_die() in trace-event-read.c
by Namhyung Kim
· 12 years ago
3dce2ce
perf tools: Handle failure case in trace_report()
by Namhyung Kim
· 12 years ago
7f42b95
perf tools: Get rid of die() calls from trace-event-info.c
by Namhyung Kim
· 12 years ago
8755d5e
perf tools: Get rid of write_or_die() from trace-event-info.c
by Namhyung Kim
· 12 years ago
5a6fd27
perf tools: Get rid of malloc_or_die() in trace-event-info.c
by Namhyung Kim
· 12 years ago
454f8c7
perf tools: Let get_tracing_file() return NULL to indicate failure.
by Namhyung Kim
· 12 years ago
62baca8
perf tools: Get rid of redundant _FILE_OFFSET_BITS definition
by Namhyung Kim
· 12 years ago
0a11953
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core
by Ingo Molnar
· 12 years ago
bc96b36
perf tests: Add a test case for checking sw clock event frequency
by Namhyung Kim
· 12 years ago
d134ffb
perf stat: Introduce evlist methods to allocate/free the stats
by Arnaldo Carvalho de Melo
· 12 years ago
a0bf225
Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent
by Ingo Molnar
· 12 years ago
96dd86f
Drivers: hv: Add a new driver to support host initiated backup
by K. Y. Srinivasan
· 12 years ago
75db601
tools: hv: daemon should check type of received Netlink msg
by Tomas Hozza
· 12 years ago
f4685fa
tools: hv: daemon setsockopt should use options macros
by Tomas Hozza
· 12 years ago
77d6a52
tools: hv: daemon should subscribe only to CN_KVP_IDX group
by Tomas Hozza
· 12 years ago
a7e191c
perf stat: Introduce --repeat forever
by Frederik Deweerdt
· 12 years ago
d723a55
perf test: Add test case for checking number of EXIT events
by Namhyung Kim
· 12 years ago
da522c1
perf tests: Fixup return path of perf record test case
by Namhyung Kim
· 12 years ago
9b5b7cd
perf tests: Fixup return path of open-syscall-tp-fields test case
by Namhyung Kim
· 12 years ago
8fa60e1
perf record: Fixup return path of cmd_record()
by Namhyung Kim
· 12 years ago
3beb086
perf trace: Free evlist resources properly on return path
by Namhyung Kim
· 12 years ago
a74b4b6
perf evlist: Introduce perf_evlist__close()
by Namhyung Kim
· 12 years ago
736b05a
perf evsel: Cleanup perf_evsel__exit()
by Namhyung Kim
· 12 years ago
06933e3
perf tests: Test breakpoint overflow signal handler counts
by Jiri Olsa
· 12 years ago
5a6bef4
perf tests: Test breakpoint overflow signal handler
by Jiri Olsa
· 12 years ago
45fa534
perf tools: Remove duplicated page_size definition
by Namhyung Kim
· 12 years ago
e5f5e5e
perf tools: Remove unused macro definitions
by Namhyung Kim
· 12 years ago
024b130
perf tools: Remove unnecessary calc_data_size variable
by Namhyung Kim
· 12 years ago
d301de8
perf tools: Remove unused struct definitions
by Namhyung Kim
· 12 years ago
f3ff40ec
perf tools: Remove unused trace_read_data function
by Namhyung Kim
· 12 years ago
db3c6bf
perf report: Remove duplicated include
by Wei Yongjun
· 12 years ago
ed8996a
perf machine: Move machine__remove_thread and make static
by David Ahern
· 12 years ago
c1ad050
perf session: Remove unused perf_session__remove_thread method
by David Ahern
· 12 years ago
eba7181
perf tools: Remove unused tracing functions
by David Ahern
· 12 years ago
0d7f5b5
perf trace: Get rid of a duplicate code
by Namhyung Kim
· 12 years ago
c7e7b61
perf annotate browser: Support event group view on TUI
by Namhyung Kim
· 12 years ago
d8d7cd9
perf annotate/gtk: Support event group view on GTK
by Namhyung Kim
· 12 years ago
e64aa75
perf annotate browser: Use disasm__calc_percent()
by Namhyung Kim
· 12 years ago
ab77df6
perf annotate browser: Make browser_disasm_line->percent an array
by Namhyung Kim
· 12 years ago
1491c22
perf annotate: Support event group view for --print-line
by Namhyung Kim
· 12 years ago
c5a8368
perf annotate: Factor out struct source_line_percent
by Namhyung Kim
· 12 years ago
759ff49
perf evsel: Introduce perf_evsel__is_group_event() helper
by Namhyung Kim
· 12 years ago
b1dd443
perf annotate: Add basic support to event group view
by Namhyung Kim
· 12 years ago
bd64fcb
perf annotate: Cleanup disasm__calc_percent()
by Namhyung Kim
· 12 years ago
e5ccf9f
perf annotate: Factor out disasm__calc_percent()
by Namhyung Kim
· 12 years ago
3aec150
perf annotate: Add a comment on the symbol__parse_objdump_line()
by Namhyung Kim
· 12 years ago
db8fd07
perf annotate: Pass evsel instead of evidx on annotation functions
by Namhyung Kim
· 12 years ago
acf2892
perf stat: Use perf_evlist__prepare/start_workload()
by Namhyung Kim
· 12 years ago
55e162e
perf evlist: Add want_signal parameter to perf_evlist__prepare_workload()
by Namhyung Kim
· 12 years ago
119fa3c
perf evlist: Do not pass struct record_opts to perf_evlist__prepare_workload()
by Namhyung Kim
· 12 years ago
6ef73ec
perf evlist: Pass struct perf_target to perf_evlist__prepare_workload()
by Namhyung Kim
· 12 years ago
b3a319d
perf evlist: Add thread_map__nr() helper
by Namhyung Kim
· 12 years ago
8539795
perf evlist: Use cpu_map__nr() helper
by Namhyung Kim
· 12 years ago
334fe7a
perf evlist: Remove cpus and threads arguments from perf_evlist__new()
by Namhyung Kim
· 12 years ago
b28b130
tools lib lk: Fix _FORTIFY_SOURCE builds
by Borislav Petkov
· 12 years ago
5a43964
tools/vm: Switch to liblk library
by Borislav Petkov
· 12 years ago
1355915
perf tools: Extract perf-specific stuff from debugfs.c
by Borislav Petkov
· 12 years ago
85c66be
perf tools: Introduce tools/lib/lk library
by Borislav Petkov
· 12 years ago
9687b89d
perf tests: Add attr stat -C cpu test
by Jiri Olsa
· 12 years ago
b03ec1b5
perf tests: Add attr record -C cpu test
by Jiri Olsa
· 12 years ago
c21d003
perf tests: Make attr script test event cpu
by Jiri Olsa
· 12 years ago
097c875
perf tests: Make attr script verbose friendly
by Jiri Olsa
· 12 years ago
66857b5
perf tools: Sort command-list.txt alphabetically
by liguang
· 12 years ago
9e4a664
perf tools: Correct Makefile.include
by Borislav Petkov
· 12 years ago
Next »