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 auxtrace: Add missing 'struct perf_sample' forward declaration
Arnaldo Carvalho de Melo
2019-09-20
1
-0
/
+1
*
perf sched: Add missing event.h include directive
Arnaldo Carvalho de Melo
2019-09-20
1
-0
/
+1
*
perf annotate: Add missing machine.h include directive
Arnaldo Carvalho de Melo
2019-09-20
1
-0
/
+1
*
perf hist: Add missing 'struct branch_stack' forward declaration
Arnaldo Carvalho de Melo
2019-09-20
1
-0
/
+1
*
perf python: Remove debug.h
Arnaldo Carvalho de Melo
2019-09-20
1
-1
/
+2
*
perf callchain: Remove needless event.h include
Arnaldo Carvalho de Melo
2019-09-20
3
-1
/
+6
*
perf stat: Move perf_stat_synthesize_config() to event.h
Arnaldo Carvalho de Melo
2019-09-20
4
-13
/
+14
*
perf event: Move perf_event__synthesize* to event.h
Arnaldo Carvalho de Melo
2019-09-20
2
-39
/
+39
*
perf env: Remove needless cpumap.h header
Arnaldo Carvalho de Melo
2019-09-20
37
-34
/
+31
*
perf symbols: Add missing dso.h header
Arnaldo Carvalho de Melo
2019-09-20
1
-0
/
+1
*
perf probe: Add missing build-id.h header.
Arnaldo Carvalho de Melo
2019-09-20
1
-0
/
+1
*
perf tools: Remove util.h from where it is not needed
Arnaldo Carvalho de Melo
2019-09-20
75
-73
/
+47
*
perf tools: Remove debug.h from places where it is not needed
Arnaldo Carvalho de Melo
2019-09-20
16
-17
/
+1
*
perf debug: No need to include ui/util.h
Arnaldo Carvalho de Melo
2019-09-20
3
-2
/
+4
*
perf tools: Remove needless builtin.h include directives
Arnaldo Carvalho de Melo
2019-09-20
4
-4
/
+0
*
perf tools: Add PMU event JSON files for ARM Cortex-A76 and, Neoverse N1.
James Clark
2019-09-20
9
-0
/
+451
*
perf jvmti: Link against tools/lib/string.o to have weak strlcpy()
Arnaldo Carvalho de Melo
2019-09-20
1
-0
/
+9
*
libperf: Adopt perf_cpu_map__max() function
Jiri Olsa
2019-09-10
4
-13
/
+15
*
libperf: Add missing event.h file to install rule
Jiri Olsa
2019-09-10
1
-0
/
+1
*
perf tests: Add libperf automated test for 'make -C tools/perf build-test'
Jiri Olsa
2019-09-10
1
-1
/
+5
*
perf python: Add missing python/perf.so dependency for libperf
Jiri Olsa
2019-09-10
1
-1
/
+1
*
kprobes: Prohibit probing on BUG() and WARN() address
Masami Hiramatsu
2019-09-05
2
-1
/
+7
*
perf/x86: Make more stuff static
Valdis Klētnieks
2019-09-03
4
-5
/
+5
*
x86, perf: Fix the dependency of the x86 insn decoder selftest
Masami Hiramatsu
2019-09-02
1
-1
/
+1
*
Merge tag 'perf-core-for-mingo-5.4-20190901' of git://git.kernel.org/pub/scm/...
Ingo Molnar
2019-09-02
267
-3578
/
+1319
|
\
|
*
objtool: Ignore intentional differences for the x86 insn decoder
Arnaldo Carvalho de Melo
2019-09-01
1
-4
/
+5
|
*
objtool: Update sync-check.sh from perf's check-headers.sh
Arnaldo Carvalho de Melo
2019-09-01
1
-5
/
+26
|
*
perf build: Ignore intentional differences for the x86 insn decoder
Arnaldo Carvalho de Melo
2019-09-01
1
-4
/
+4
|
*
perf intel-pt: Use shared x86 insn decoder
Josh Poimboeuf
2019-09-01
16
-2632
/
+23
|
*
perf intel-pt: Remove inat.c from build dependency list
Josh Poimboeuf
2019-09-01
1
-1
/
+1
|
*
perf: Update .gitignore file
Josh Poimboeuf
2019-09-01
1
-0
/
+3
|
*
objtool: Move x86 insn decoder to a common location
Josh Poimboeuf
2019-09-01
12
-12
/
+12
|
*
perf metricgroup: Support multiple events for metricgroup
Jin Yao
2019-09-01
3
-44
/
+68
|
*
perf metricgroup: Scale the metric result
Jin Yao
2019-09-01
3
-11
/
+31
|
*
perf pmu: Change convert_scale from static to global
Jin Yao
2019-09-01
2
-3
/
+5
|
*
perf symbols: Move mem_info and branch_info out of symbol.h
Arnaldo Carvalho de Melo
2019-09-01
22
-19
/
+47
|
*
perf auxtrace: Uninline functions that touch perf_session
Arnaldo Carvalho de Melo
2019-09-01
41
-38
/
+98
|
*
perf tools: Remove needless evlist.h include directives
Arnaldo Carvalho de Melo
2019-09-01
32
-32
/
+33
|
*
perf tools: Remove needless evlist.h include directives
Arnaldo Carvalho de Melo
2019-09-01
6
-6
/
+6
|
*
perf tools: Remove needless thread_map.h include directives
Arnaldo Carvalho de Melo
2019-09-01
3
-3
/
+0
|
*
perf tools: Remove needless thread.h include directives
Arnaldo Carvalho de Melo
2019-09-01
9
-9
/
+0
|
*
perf tools: Remove needless map.h include directives
Arnaldo Carvalho de Melo
2019-09-01
3
-7
/
+3
|
*
perf probe: No need for symbol.h, symbol_conf is enough
Arnaldo Carvalho de Melo
2019-09-01
1
-1
/
+1
|
*
perf tools: Remove needless sort.h include directives
Arnaldo Carvalho de Melo
2019-09-01
5
-3
/
+2
|
*
perf tools: Move 'struct events_stats' and prototypes to separate header
Arnaldo Carvalho de Melo
2019-09-01
6
-47
/
+58
|
*
perf hist: Remove needless ui/progress.h from hist.h
Arnaldo Carvalho de Melo
2019-09-01
4
-1
/
+4
|
*
perf dsos: Move the dsos struct and its methods to separate source files
Arnaldo Carvalho de Melo
2019-09-01
49
-257
/
+331
|
*
perf symbols: Move symsrc prototypes to a separate header
Arnaldo Carvalho de Melo
2019-09-01
10
-33
/
+58
|
*
perf symbols: Add missing linux/refcount.h to symbol.h
Arnaldo Carvalho de Melo
2019-09-01
1
-0
/
+1
|
*
perf symbol: Move C++ demangle defines to the only file using it
Arnaldo Carvalho de Melo
2019-09-01
2
-6
/
+6
[next]