index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf diff: Add -q/--quiet option
Namhyung Kim
2017-02-20
2
-4
/
+14
*
perf report: Add -q/--quiet option
Namhyung Kim
2017-02-20
2
-4
/
+19
*
perf utils: Check verbose flag properly
Namhyung Kim
2017-02-20
29
-52
/
+52
*
perf utils: Add perf_quiet_option()
Namhyung Kim
2017-02-20
2
-0
/
+18
*
perf record: Add -a as default target
Jiri Olsa
2017-02-17
2
-2
/
+4
*
perf stat: Add -a as default target
Jiri Olsa
2017-02-17
2
-2
/
+3
*
perf tools: Fail on using multiple bits long terms without value
Jiri Olsa
2017-02-17
4
-9
/
+22
*
perf tools: Move new_term arguments into struct parse_events_term template
Jiri Olsa
2017-02-17
1
-30
/
+39
*
perf build: Add special fixdep cleaning rule
Jiri Olsa
2017-02-17
3
-4
/
+7
*
perf tools: Replace _SC_NPROCESSORS_CONF with max_present_cpu in cpu_topology...
Jan Stancek
2017-02-17
4
-14
/
+10
*
perf header: Make build_cpu_topology skip offline/absent CPUs
Jan Stancek
2017-02-17
1
-3
/
+16
*
perf cpumap: Add cpu__max_present_cpu()
Jan Stancek
2017-02-17
2
-0
/
+23
*
perf session: Fix DEBUG=1 build with clang
Arnaldo Carvalho de Melo
2017-02-17
1
-1
/
+1
*
tools lib traceevent: It's preempt not prempt
Steven Rostedt (VMware)
2017-02-17
2
-3
/
+3
*
perf python: Filter out -specs=/a/b/c from the python binding cc options
Arnaldo Carvalho de Melo
2017-02-17
1
-1
/
+8
*
tools perf scripting python: clang doesn't have -spec, remove it
Arnaldo Carvalho de Melo
2017-02-17
2
-2
/
+9
*
Merge tag 'perf-core-for-mingo-4.11-20170215' of git://git.kernel.org/pub/scm...
Ingo Molnar
2017-02-16
22
-92
/
+91
|
\
|
*
perf tools: Add missing parse_events_error() prototype
Arnaldo Carvalho de Melo
2017-02-15
1
-0
/
+2
|
*
perf pmu: Fix check for unset alias->unit array
Arnaldo Carvalho de Melo
2017-02-15
1
-2
/
+2
|
*
perf tools: Be consistent on the type of map->symbols[] interator
Arnaldo Carvalho de Melo
2017-02-14
2
-3
/
+3
|
*
perf intel pt decoder: clang has no -Wno-override-init
Arnaldo Carvalho de Melo
2017-02-14
1
-1
/
+5
|
*
perf evsel: Do not put a variable sized type not at the end of a struct
Arnaldo Carvalho de Melo
2017-02-14
1
-34
/
+28
|
*
perf probe: Avoid accessing uninitialized 'map' variable
Arnaldo Carvalho de Melo
2017-02-14
1
-1
/
+1
|
*
perf tools: Do not put a variable sized type not at the end of a struct
Arnaldo Carvalho de Melo
2017-02-14
1
-9
/
+6
|
*
perf record: Do not put a variable sized type not at the end of a struct
Arnaldo Carvalho de Melo
2017-02-14
1
-8
/
+9
|
*
perf tests: Synthesize struct instead of using field after variable sized type
Arnaldo Carvalho de Melo
2017-02-14
1
-11
/
+8
|
*
perf bench numa: Make sure dprintf() is not defined
Arnaldo Carvalho de Melo
2017-02-14
1
-0
/
+1
|
*
Revert "perf bench futex: Sanitize numeric parameters"
Arnaldo Carvalho de Melo
2017-02-14
6
-20
/
+0
|
*
tools lib subcmd: Make it an error to pass a signed value to OPTION_UINTEGER
Arnaldo Carvalho de Melo
2017-02-14
1
-0
/
+4
|
*
tools: Set the maximum optimization level according to the compiler being used
Arnaldo Carvalho de Melo
2017-02-14
3
-2
/
+18
|
*
tools: Suppress request for warning options not existent in clang
Arnaldo Carvalho de Melo
2017-02-14
1
-1
/
+4
|
/
*
Merge tag 'perf-core-for-mingo-4.11-20170213' of git://git.kernel.org/pub/scm...
Ingo Molnar
2017-02-14
23
-29
/
+145
|
\
|
*
samples/bpf: Reset global variables
Mickaël Salaün
2017-02-13
1
-0
/
+5
|
*
samples/bpf: Ignore already processed ELF sections
Mickaël Salaün
2017-02-13
1
-0
/
+2
|
*
samples/bpf: Add missing header
Mickaël Salaün
2017-02-13
1
-0
/
+1
|
*
perf symbols: dso->name is an array, no need to check it against NULL
Arnaldo Carvalho de Melo
2017-02-13
2
-4
/
+4
|
*
perf tests record: No need to test an array against NULL
Arnaldo Carvalho de Melo
2017-02-13
1
-1
/
+1
|
*
perf symbols: No need to check if sym->name is NULL
Arnaldo Carvalho de Melo
2017-02-13
5
-6
/
+5
|
*
perf evsel: Inform how to make a sysctl setting permanent
Arnaldo Carvalho de Melo
2017-02-13
4
-4
/
+6
|
*
tools lib traceevent plugin function: Initialize 'index' variable
Arnaldo Carvalho de Melo
2017-02-13
1
-1
/
+1
|
*
tools lib traceevent: Initialize lenght on OLD_RING_BUFFER_TYPE_TIME_STAMP
Steven Rostedt (VMware)
2017-02-13
1
-0
/
+1
|
*
perf scripting perl: Fix compile error with some perl5 versions
Wang YanQing
2017-02-13
1
-1
/
+1
|
*
perf diff: Change default setting to "delta-abs"
Namhyung Kim
2017-02-13
2
-5
/
+5
|
*
perf diff: Add diff.compute config option
Namhyung Kim
2017-02-13
3
-3
/
+23
|
*
perf diff: Add diff.order config option
Namhyung Kim
2017-02-13
3
-1
/
+26
|
*
perf diff: Add 'delta-abs' compute method
Namhyung Kim
2017-02-13
2
-3
/
+49
|
*
tools include: Introduce linux/compiler-gcc.h
Arnaldo Carvalho de Melo
2017-02-13
3
-5
/
+20
*
|
Merge tag 'v4.10-rc8' into perf/core, to pick up fixes
Ingo Molnar
2017-02-14
266
-1119
/
+1929
|
\
\
|
|
/
|
/
|
|
*
Linux 4.10-rc8
v4.10-rc8
Linus Torvalds
2017-02-12
1
-1
/
+1
|
*
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2017-02-11
7
-15
/
+38
|
|
\
[next]