index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Documentation
/
trace
/
events-nmi.txt
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-09-01
perf probe: Support probing on offline cross-arch binary
Masami Hiramatsu
13
-11
/
+205
2016-09-01
perf probe: Ignore vmlinux buildid if offline kernel is given
Masami Hiramatsu
4
-2
/
+16
2016-09-01
perf probe: Show trace event definition
Masami Hiramatsu
4
-7
/
+73
2016-09-01
perf config: Show default report configuration in example and docs
Milian Wolff
2
-0
/
+17
2016-09-01
perf symbols: Demangle symbols for synthesized @plt entries.
Milian Wolff
1
-29
/
+52
2016-09-01
perf probe: Do not use map_load filters for function
Arnaldo Carvalho de Melo
1
-19
/
+10
2016-08-30
perf symbols: Rename ->ignore to ->idle
Arnaldo Carvalho de Melo
3
-5
/
+5
2016-08-30
perf annotate: Initialize the priv are in symbol__new()
Arnaldo Carvalho de Melo
7
-16
/
+37
2016-08-24
perf tools: Fix error handling of lzma decompression
Shawn Lin
1
-6
/
+9
2016-08-24
perf probe: Remove unused tracing_dir variable
Masami Hiramatsu
1
-3
/
+2
2016-08-23
perf record: Fix spelling mistake "Finshed" -> "Finished"
Colin Ian King
1
-2
/
+2
2016-08-23
perf bpf: Fix typo: "ehough" -> "enough"
Colin Ian King
1
-1
/
+1
2016-08-23
perf test bpf: Fix typo: "ehough" -> "enough"
Colin Ian King
1
-1
/
+1
2016-08-23
perf tools: Fix typo: "ehough" -> "enough"
Colin Ian King
1
-1
/
+1
2016-08-23
ftrace: kprobe: uprobe: Show u8/u16/u32/u64 types in decimal
Masami Hiramatsu
5
-10
/
+15
2016-08-23
perf probe: Use hexadecimal type by default if possible
Masami Hiramatsu
1
-1
/
+2
2016-08-23
perf probe: Support hexadecimal casting
Masami Hiramatsu
2
-9
/
+12
2016-08-23
perf probe: Add supported for type casting by the running kernel
Masami Hiramatsu
3
-0
/
+68
2016-08-23
ftrace: probe: Add README entries for k/uprobe-events
Masami Hiramatsu
1
-0
/
+24
2016-08-23
ftrace: kprobe: uprobe: Add x8/x16/x32/x64 for hexadecimal types
Masami Hiramatsu
7
-19
/
+40
2016-08-23
perf hists browser: Remove superfluous null check on map
Colin Ian King
1
-2
/
+0
2016-08-23
perf tools: Skip running the feature tests for 'make install-doc'
Rui Teng
1
-1
/
+1
2016-08-23
perf tools: Use __weak definition from linux/compiler.h
Rui Teng
1
-2
/
+1
2016-08-23
perf report: Allow configuring the default sort order in ~/.perfconfig
Arnaldo Carvalho de Melo
4
-2
/
+10
2016-08-23
tools: Copy coresight-pmu.h header file needed by perf tools
Mathieu Poirier
3
-0
/
+43
2016-08-23
perf disassemble: Extract logic to find file to pass to objdump to a separate...
Arnaldo Carvalho de Melo
1
-22
/
+32
2016-08-23
perf disassemble: Simplify logic for picking the filename to disassemble
Arnaldo Carvalho de Melo
1
-25
/
+16
2016-08-23
perf disassemble: Move check for kallsyms + !kcore
Arnaldo Carvalho de Melo
1
-8
/
+8
2016-08-23
perf hists: Add support for header span
Jiri Olsa
7
-14
/
+25
2016-08-23
perf tools stdio: Display multiple header lines
Jiri Olsa
1
-9
/
+25
2016-08-23
perf tools tui: Display multiple header lines
Jiri Olsa
1
-8
/
+17
2016-08-23
perf hists: Add line argument into perf_hpp_fmt's header callback
Jiri Olsa
7
-12
/
+14
2016-08-23
perf hists: Introduce nr_header_lines into struct perf_hpp_list
Jiri Olsa
3
-3
/
+14
2016-08-23
perf top: Use MSEC_PER_SEC
Arnaldo Carvalho de Melo
1
-1
/
+2
2016-08-23
perf bench futex: Use NSEC_PER_USEC
Arnaldo Carvalho de Melo
3
-6
/
+9
2016-08-23
perf kvm: Use NSEC_PER_USEC
Arnaldo Carvalho de Melo
1
-5
/
+5
2016-08-23
perf record: Use USEC_PER_MSEC
Arnaldo Carvalho de Melo
1
-2
/
+2
2016-08-23
perf bench sched-messaging: Use USEC_PER_MSEC
Arnaldo Carvalho de Melo
1
-2
/
+3
2016-08-23
perf bench mem: Use USEC_PER_SEC
Arnaldo Carvalho de Melo
1
-1
/
+2
2016-08-23
perf stat: Use *SEC_PER_*SEC macros
Arnaldo Carvalho de Melo
1
-6
/
+6
2016-08-23
perf bench sched-pipe: Use linux/time64.h, USEC_PER_SEC
Arnaldo Carvalho de Melo
1
-4
/
+5
2016-08-23
perf timechart: Use NSEC_PER_U?SEC
Arnaldo Carvalho de Melo
2
-11
/
+13
2016-08-23
perf sched: Use linux/time64.h
Arnaldo Carvalho de Melo
1
-18
/
+19
2016-08-23
perf bench numa: Use NSEC_PER_U?SEC
Arnaldo Carvalho de Melo
1
-26
/
+27
2016-08-23
tools: Introduce tools/include/linux/time64.h for *SEC_PER_*SEC macros
Arnaldo Carvalho de Melo
12
-27
/
+34
2016-08-18
perf evsel: Do not access outside hw cache name arrays
Arnaldo Carvalho de Melo
1
-3
/
+3
2016-08-18
tools lib: Reinstate strlcpy() header guard with __UCLIBC__
Vineet Gupta
1
-1
/
+5
2016-08-18
perf/x86: Fix PEBS threshold initialization
Jiri Olsa
1
-1
/
+11
2016-08-18
perf/x86: Use PMUEF_READ_CPU_PKG in uncore events
David Carrillo-Cisneros
3
-0
/
+6
2016-08-18
perf/core: Introduce PMU_EV_CAP_READ_ACTIVE_PKG
David Carrillo-Cisneros
2
-2
/
+26
[next]