index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
*
|
|
|
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: Change users plugin directory
Tzvetomir Stoyanov
2019-09-01
2
-4
/
+4
|
|
*
|
|
|
libtraceevent: Remove tep_register_trace_clock()
Tzvetomir Stoyanov
2019-09-01
3
-14
/
+0
|
|
*
|
|
|
libtraceevent, perf tools: Changes in tep_print_event_* APIs
Tzvetomir Stoyanov
2019-09-01
7
-200
/
+203
|
|
*
|
|
|
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
|
*
|
|
|
|
Merge branch 'linus' into perf/core, to pick up fixes
Ingo Molnar
2019-09-02
11
-54
/
+114
|
|
\
\
\
\
\
|
|
|
/
/
/
/
|
|
/
|
|
|
/
|
|
|
|
_
|
/
|
|
|
/
|
|
|
*
|
|
|
tools lib traceevent: Remove unneeded qsort and uses memmove instead
Steven Rostedt (VMware)
2019-08-29
1
-6
/
+49
|
*
|
|
|
tools lib traceevent: Do not free tep->cmdlines in add_new_comm() on failure
Steven Rostedt (VMware)
2019-08-29
1
-2
/
+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
|
*
|
|
|
libperf: Add PERF_RECORD_STAT_ROUND 'struct stat_round_event' to perf/event.h
Jiri Olsa
2019-08-29
3
-7
/
+7
|
*
|
|
|
libperf: Add PERF_RECORD_STAT 'struct stat_event' to perf/event.h
Jiri Olsa
2019-08-29
3
-19
/
+19
|
*
|
|
|
libperf: Add PERF_RECORD_STAT_CONFIG 'struct stat_config_event' to perf/event.h
Jiri Olsa
2019-08-29
3
-19
/
+19
|
*
|
|
|
libperf: Add PERF_RECORD_THREAD_MAP 'struct thread_map_event' to perf/event.h
Jiri Olsa
2019-08-29
2
-11
/
+11
|
*
|
|
|
libperf: Add PERF_RECORD_SWITCH 'struct context_switch_event' to perf/event.h
Jiri Olsa
2019-08-29
2
-6
/
+6
|
*
|
|
|
libperf: Add PERF_RECORD_ITRACE_START 'struct itrace_start_event' to perf/eve...
Jiri Olsa
2019-08-29
2
-5
/
+6
|
*
|
|
|
libperf: Add PERF_RECORD_AUX 'struct aux_event' to perf/event.h
Jiri Olsa
2019-08-29
3
-8
/
+8
|
*
|
|
|
libperf: Add PERF_RECORD_AUXTRACE_ERROR 'struct auxtrace_error_event' to perf...
Jiri Olsa
2019-08-29
3
-16
/
+16
|
*
|
|
|
libperf: Add PERF_RECORD_AUXTRACE 'struct auxtrace_event' to perf/event.h
Jiri Olsa
2019-08-29
3
-12
/
+12
|
*
|
|
|
libperf: Add PERF_RECORD_AUXTRACE_INFO 'struct auxtrace_info_event' to perf/e...
Jiri Olsa
2019-08-29
7
-13
/
+13
|
*
|
|
|
libperf: Add PERF_RECORD_ID_INDEX 'struct id_index_event' to perf/event.h
Jiri Olsa
2019-08-28
3
-17
/
+19
|
*
|
|
|
libperf: Add PERF_RECORD_HEADER_BUILD_ID 'struct build_id_event' to perf/event.h
Jiri Olsa
2019-08-28
2
-7
/
+8
|
*
|
|
|
libperf: Add PERF_RECORD_HEADER_TRACING_DATA 'struct tracing_data_event' to p...
Jiri Olsa
2019-08-28
2
-5
/
+5
|
*
|
|
|
libperf: Add PERF_RECORD_HEADER_EVENT_TYPE 'struct event_type_event' to perf/...
Jiri Olsa
2019-08-28
2
-12
/
+12
|
*
|
|
|
libperf: Add PERF_RECORD_EVENT_UPDATE 'struct event_update_event' to perf/eve...
Jiri Olsa
2019-08-28
3
-24
/
+23
|
*
|
|
|
libperf: Add PERF_RECORD_CPU_MAP 'struct cpu_map_event' to perf/event.h
Jiri Olsa
2019-08-28
2
-26
/
+26
[prev]
[next]