index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
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-08-31
1
-4
/
+5
|
*
objtool: Update sync-check.sh from perf's check-headers.sh
Arnaldo Carvalho de Melo
2019-08-31
1
-5
/
+26
|
*
perf build: Ignore intentional differences for the x86 insn decoder
Arnaldo Carvalho de Melo
2019-08-31
1
-4
/
+4
|
*
perf intel-pt: Use shared x86 insn decoder
Josh Poimboeuf
2019-08-31
16
-2632
/
+23
|
*
perf intel-pt: Remove inat.c from build dependency list
Josh Poimboeuf
2019-08-31
1
-1
/
+1
|
*
perf: Update .gitignore file
Josh Poimboeuf
2019-08-31
1
-0
/
+3
|
*
objtool: Move x86 insn decoder to a common location
Josh Poimboeuf
2019-08-31
12
-12
/
+12
|
*
perf metricgroup: Support multiple events for metricgroup
Jin Yao
2019-08-31
3
-44
/
+68
|
*
perf metricgroup: Scale the metric result
Jin Yao
2019-08-31
3
-11
/
+31
|
*
perf pmu: Change convert_scale from static to global
Jin Yao
2019-08-31
2
-3
/
+5
|
*
perf symbols: Move mem_info and branch_info out of symbol.h
Arnaldo Carvalho de Melo
2019-08-31
22
-19
/
+47
|
*
perf auxtrace: Uninline functions that touch perf_session
Arnaldo Carvalho de Melo
2019-08-31
41
-38
/
+98
|
*
perf tools: Remove needless evlist.h include directives
Arnaldo Carvalho de Melo
2019-08-31
32
-32
/
+33
|
*
perf tools: Remove needless evlist.h include directives
Arnaldo Carvalho de Melo
2019-08-31
6
-6
/
+6
|
*
perf tools: Remove needless thread_map.h include directives
Arnaldo Carvalho de Melo
2019-08-31
3
-3
/
+0
|
*
perf tools: Remove needless thread.h include directives
Arnaldo Carvalho de Melo
2019-08-31
9
-9
/
+0
|
*
perf tools: Remove needless map.h include directives
Arnaldo Carvalho de Melo
2019-08-31
3
-7
/
+3
|
*
perf probe: No need for symbol.h, symbol_conf is enough
Arnaldo Carvalho de Melo
2019-08-31
1
-1
/
+1
|
*
perf tools: Remove needless sort.h include directives
Arnaldo Carvalho de Melo
2019-08-31
5
-3
/
+2
|
*
perf tools: Move 'struct events_stats' and prototypes to separate header
Arnaldo Carvalho de Melo
2019-08-31
6
-47
/
+58
|
*
perf hist: Remove needless ui/progress.h from hist.h
Arnaldo Carvalho de Melo
2019-08-31
4
-1
/
+4
|
*
perf dsos: Move the dsos struct and its methods to separate source files
Arnaldo Carvalho de Melo
2019-08-31
49
-257
/
+331
|
*
perf symbols: Move symsrc prototypes to a separate header
Arnaldo Carvalho de Melo
2019-08-31
10
-33
/
+58
|
*
perf symbols: Add missing linux/refcount.h to symbol.h
Arnaldo Carvalho de Melo
2019-08-31
1
-0
/
+1
|
*
perf symbol: Move C++ demangle defines to the only file using it
Arnaldo Carvalho de Melo
2019-08-31
2
-6
/
+6
|
*
perf dso: Adopt DSO related macros from symbol.h
Arnaldo Carvalho de Melo
2019-08-31
6
-3
/
+7
|
*
libtraceevent: Change users plugin directory
Tzvetomir Stoyanov
2019-08-31
2
-4
/
+4
|
*
libtraceevent: Remove tep_register_trace_clock()
Tzvetomir Stoyanov
2019-08-31
3
-14
/
+0
|
*
libtraceevent, perf tools: Changes in tep_print_event_* APIs
Tzvetomir Stoyanov
2019-08-31
7
-200
/
+203
|
*
perf event: Remove needless include directives from event.h
Arnaldo Carvalho de Melo
2019-08-31
8
-6
/
+20
|
*
perf env: Remove env.h from other headers where just a fwd decl is needed
Arnaldo Carvalho de Melo
2019-08-31
5
-3
/
+9
|
*
perf debug: Remove needless include directives from debug.h
Arnaldo Carvalho de Melo
2019-08-31
75
-6
/
+104
|
*
perf tools: Remove debug.h from header files not needing it
Arnaldo Carvalho de Melo
2019-08-29
23
-3
/
+24
|
*
perf tools: Remove perf.h from source files not needing it
Arnaldo Carvalho de Melo
2019-08-29
48
-51
/
+0
|
*
perf tools: Remove needless perf.h include directive from headers
Arnaldo Carvalho de Melo
2019-08-29
21
-3
/
+18
|
*
perf time-utils: Adopt rdclock() from perf.h
Arnaldo Carvalho de Melo
2019-08-29
4
-9
/
+11
|
*
perf tools: Move everything related to sys_perf_event_open() to perf-sys.h
Arnaldo Carvalho de Melo
2019-08-29
23
-23
/
+34
|
*
perf header: Move CPUINFO_PROC to the only file where it is used
Arnaldo Carvalho de Melo
2019-08-29
2
-44
/
+18
|
*
perf tools: Remove needless libtraceevent include directives
Arnaldo Carvalho de Melo
2019-08-29
3
-3
/
+0
|
*
libperf: Warn when exceeding MAX_NR_CPUS in cpumap
Kyle Meyer
2019-08-29
1
-0
/
+6
[next]