index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-08
perf script: Add support to display sample misc field
Jiri Olsa
4
-12
/
+84
2018-01-08
perf: Update PERF_RECORD_MISC_* comment for perf_event_header::misc bit 13
Jiri Olsa
1
-3
/
+6
2018-01-08
perf: Add sample_id to PERF_RECORD_ITRACE_START event comment
Jiri Olsa
1
-0
/
+1
2018-01-08
perf tools: Display perf_event_attr::namespaces debug info
Jiri Olsa
1
-0
/
+1
2018-01-08
perf tools: Enable LIBBABELTRACE by default
Jiri Olsa
2
-2
/
+2
2018-01-08
perf script: Support time percent and multiple time ranges
Jin Yao
2
-6
/
+44
2018-01-08
perf report: Support time percent and multiple time ranges
Jin Yao
2
-5
/
+46
2018-01-08
perf tools: Create function to perform multiple time range checking
Jin Yao
2
-0
/
+31
2018-01-08
perf tools: Create function to parse time percent
Jin Yao
2
-12
/
+196
2018-01-08
perf record: Record the first and last sample time in the header
Jin Yao
2
-3
/
+18
2018-01-08
perf header: Add infrastructure to record first and last sample time
Jin Yao
4
-0
/
+67
2018-01-08
perf report: Fix a no annotate browser displayed issue
Jin Yao
1
-1
/
+17
2018-01-08
perf report: Fix a wrong offset issue when using /proc/kcore
Jin Yao
6
-15
/
+22
2018-01-08
perf tools: Fix compile error with libunwind x86
Wang Nan
1
-1
/
+1
2018-01-08
perf test bpf: Hook on epoll_pwait()
Arnaldo Carvalho de Melo
2
-6
/
+6
2018-01-08
perf test bpf: Use designated struct field initializers
Arnaldo Carvalho de Melo
1
-32
/
+27
2018-01-08
perf test bpf: Improve message about expected samples
Arnaldo Carvalho de Melo
1
-1
/
+1
2018-01-06
Merge branch 'linus' into perf/core, to pick up fixes
Ingo Molnar
14
-98
/
+663
2017-12-31
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
7
-42
/
+184
2017-12-31
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
3
-2
/
+6
2017-12-31
Merge tag 'usb-4.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-3
/
+6
2017-12-31
objtool: Fix seg fault with clang-compiled objects
Simon Ser
1
-0
/
+2
2017-12-31
objtool: Fix seg fault caused by missing parameter
Simon Ser
1
-1
/
+3
2017-12-30
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-2
/
+1
2017-12-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
3
-4
/
+8
2017-12-28
objtool: Fix Clang enum conversion warning
Lukas Bulwahn
1
-1
/
+1
2017-12-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
3
-4
/
+8
2017-12-27
perf tools: Auto-complete for events with ':'
Jin Yao
1
-0
/
+5
2017-12-27
perf tools: Return all events as auto-completions after comma
Jin Yao
1
-3
/
+7
2017-12-27
perf tool: Improve bash command line auto-complete for multiple events with c...
Jin Yao
1
-4
/
+34
2017-12-27
perf probe arm64: Fix symbol fixup issues due to ELF type
Kim Phillips
2
-0
/
+23
2017-12-27
perf evsel: Enable ignore_missing_thread for pid option
Mengting Zhang
2
-4
/
+47
2017-12-27
perf s390: Always build with -fPIC
Hendrik Brueckner
1
-1
/
+1
2017-12-27
Revert "perf s390: Always build with -fPIC"
Arnaldo Carvalho de Melo
1
-1
/
+0
2017-12-27
perf test shell: Fix check open filename arg using 'perf trace'
Michael Petlan
1
-4
/
+3
2017-12-27
perf evsel: Fix swap for samples with raw data
Jiri Olsa
2
-3
/
+18
2017-12-27
perf probe: Support escaped character in parser
Masami Hiramatsu
2
-23
/
+51
2017-12-27
perf string: Add {strdup,strpbrk}_esc()
Masami Hiramatsu
2
-0
/
+48
2017-12-27
perf probe: Find versioned symbols from map
Masami Hiramatsu
4
-2
/
+32
2017-12-27
perf probe: Add __return suffix for return events
Masami Hiramatsu
2
-5
/
+6
2017-12-27
perf probe: Cut off the version suffix from event name
Masami Hiramatsu
1
-2
/
+2
2017-12-27
perf probe: Add warning message if there is unexpected event name
Masami Hiramatsu
1
-0
/
+8
2017-12-27
perf env: Adopt perf_env__arch() from the annotate code
Arnaldo Carvalho de Melo
6
-60
/
+54
2017-12-27
perf annotate: Use perf_env when obtaining the arch name
Arnaldo Carvalho de Melo
3
-17
/
+8
2017-12-27
perf annotate: Get the cpuid from evsel->evlist->env in symbol__annotate()
Arnaldo Carvalho de Melo
7
-13
/
+12
2017-12-27
perf trace: Use generated syscall table on s390 too
Hendrik Brueckner
2
-1
/
+13
2017-12-27
perf s390: Generate system call table from asm/unistd.h
Hendrik Brueckner
2
-0
/
+57
2017-12-27
tools include s390: Grab a copy of arch/s390/include/uapi/asm/unistd.h
Hendrik Brueckner
2
-0
/
+413
2017-12-27
perf perf: Remove duplicate includes
Pravin Shedge
9
-15
/
+0
2017-12-27
perf test: Handle properly readdir DT_UNKNOWN
Jiri Olsa
1
-5
/
+5
[next]