index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2019-09-17
393
-8457
/
+12523
|
\
|
*
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
12
-2627
/
+18
|
*
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
|
*
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
|
*
perf dso: Adopt DSO related macros from symbol.h
Arnaldo Carvalho de Melo
2019-09-01
6
-3
/
+7
|
*
libtraceevent, perf tools: Changes in tep_print_event_* APIs
Tzvetomir Stoyanov
2019-09-01
3
-3
/
+5
|
*
perf event: Remove needless include directives from event.h
Arnaldo Carvalho de Melo
2019-09-01
8
-6
/
+20
|
*
perf env: Remove env.h from other headers where just a fwd decl is needed
Arnaldo Carvalho de Melo
2019-09-01
5
-3
/
+9
|
*
perf debug: Remove needless include directives from debug.h
Arnaldo Carvalho de Melo
2019-09-01
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
|
*
perf header: Replace MAX_NR_CPUS with cpu__max_cpu()
Kyle Meyer
2019-08-29
1
-3
/
+4
|
*
perf machine: Replace MAX_NR_CPUS with perf_env::nr_cpus_online
Kyle Meyer
2019-08-29
1
-4
/
+7
|
*
perf session: Replace MAX_NR_CPUS with perf_env::nr_cpus_online
Kyle Meyer
2019-08-29
1
-1
/
+2
|
*
perf stat: Replace MAX_NR_CPUS with cpu__max_cpu()
Kyle Meyer
2019-08-29
1
-2
/
+2
|
*
perf svghelper: Replace MAX_NR_CPUS with perf_env::nr_cpus_online
Kyle Meyer
2019-08-29
1
-17
/
+16
|
*
perf timechart: Refactor svg_build_topology_map()
Kyle Meyer
2019-08-29
3
-13
/
+16
|
*
perf c2c: Display proper cpu count in nodes column
Jiri Olsa
2019-08-29
1
-1
/
+1
|
*
perf evlist: Use unshare(CLONE_FS) in sb threads to let setns(CLONE_NEWNS) work
Arnaldo Carvalho de Melo
2019-08-29
1
-0
/
+9
|
*
libperf: Move 'enum perf_user_event_type' to perf/event.h
Jiri Olsa
2019-08-29
2
-23
/
+23
|
*
libperf: Rename the PERF_RECORD_ structs to have a "perf" prefix
Jiri Olsa
2019-08-29
33
-193
/
+193
|
*
libperf: Add 'union perf_event' to perf/event.h
Jiri Olsa
2019-08-29
2
-36
/
+36
|
*
libperf: Add PERF_RECORD_COMPRESSED 'struct compressed_event' to perf/event.h
Jiri Olsa
2019-08-29
2
-5
/
+5
|
*
libperf: Add PERF_RECORD_HEADER_FEATURE 'struct feature_event' to perf/event.h
Jiri Olsa
2019-08-29
3
-7
/
+7
|
*
libperf: Add PERF_RECORD_TIME_CONV 'struct time_conv_event' to perf/event.h
Jiri Olsa
2019-08-29
2
-7
/
+7
[next]