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 copyfile: Move copyfile routines to separate files
Arnaldo Carvalho de Melo
2019-09-25
7
-142
/
+164
|
*
|
|
|
|
|
|
|
libperf: Add perf_evlist__poll() function
Jiri Olsa
2019-09-25
12
-12
/
+19
|
*
|
|
|
|
|
|
|
libperf: Add perf_evlist__add_pollfd() function
Jiri Olsa
2019-09-25
7
-27
/
+28
|
*
|
|
|
|
|
|
|
libperf: Add perf_evlist__alloc_pollfd() function
Jiri Olsa
2019-09-25
4
-23
/
+25
|
*
|
|
|
|
|
|
|
libperf: Add libperf_init() call to the tests
Jiri Olsa
2019-09-25
4
-0
/
+40
|
*
|
|
|
|
|
|
|
libperf: Merge libperf_set_print() into libperf_init()
Jiri Olsa
2019-09-25
4
-10
/
+10
|
*
|
|
|
|
|
|
|
libperf: Add libperf dependency for tests targets
Jiri Olsa
2019-09-25
1
-1
/
+1
|
*
|
|
|
|
|
|
|
libperf: Use sys/types.h to get ssize_t, not unistd.h
Arnaldo Carvalho de Melo
2019-09-25
2
-1
/
+2
|
*
|
|
|
|
|
|
|
perf tools: No need to include internal/lib.h from util/util.h
Arnaldo Carvalho de Melo
2019-09-25
2
-1
/
+1
|
*
|
|
|
|
|
|
|
libperf: Move 'page_size' global variable to libperf
Jiri Olsa
2019-09-25
28
-25
/
+36
|
*
|
|
|
|
|
|
|
libperf: Add perf_evlist__id_add_fd() function
Jiri Olsa
2019-09-25
5
-47
/
+50
|
*
|
|
|
|
|
|
|
libperf: Add perf_evlist__id_add() function
Jiri Olsa
2019-09-25
6
-26
/
+34
|
*
|
|
|
|
|
|
|
libperf: Add perf_evlist__read_format() function
Jiri Olsa
2019-09-25
4
-8
/
+10
|
*
|
|
|
|
|
|
|
libperf: Add perf_evlist__first()/last() functions
Jiri Olsa
2019-09-25
32
-129
/
+145
|
*
|
|
|
|
|
|
|
libperf: Add perf_evsel__alloc_id/perf_evsel__free_id functions
Jiri Olsa
2019-09-25
8
-67
/
+71
|
*
|
|
|
|
|
|
|
libperf: Move 'heads' from 'struct evlist' to 'struct perf_evlist'
Jiri Olsa
2019-09-25
4
-11
/
+11
|
*
|
|
|
|
|
|
|
libperf: Move 'ids' from 'struct evsel' to 'struct perf_evsel'
Jiri Olsa
2019-09-25
8
-15
/
+15
|
*
|
|
|
|
|
|
|
libperf: Move 'id' from 'struct evsel' to 'struct perf_evsel'
Jiri Olsa
2019-09-25
9
-22
/
+22
|
*
|
|
|
|
|
|
|
libperf: Move 'sample_id' from 'struct evsel' to 'struct perf_evsel'
Jiri Olsa
2019-09-25
5
-11
/
+10
|
*
|
|
|
|
|
|
|
libperf: Add missing 'struct xyarray' forward declaration
Arnaldo Carvalho de Melo
2019-09-25
1
-0
/
+1
|
*
|
|
|
|
|
|
|
libperf: Move 'pollfd' from 'struct evlist' to 'struct perf_evlist'
Jiri Olsa
2019-09-25
5
-14
/
+15
|
*
|
|
|
|
|
|
|
libperf: Move 'mmap_len' from 'struct evlist' to 'struct perf_evlist'
Jiri Olsa
2019-09-25
4
-7
/
+7
|
*
|
|
|
|
|
|
|
libperf: Move 'nr_mmaps' from 'struct evlist' to 'struct perf_evlist'
Jiri Olsa
2019-09-25
20
-28
/
+28
|
*
|
|
|
|
|
|
|
libperf: Move 'system_wide' from 'struct evsel' to 'struct perf_evsel'
Jiri Olsa
2019-09-25
10
-20
/
+21
|
*
|
|
|
|
|
|
|
libperf: Add 'flush' to 'struct perf_mmap'
Jiri Olsa
2019-09-25
4
-8
/
+8
|
*
|
|
|
|
|
|
|
libperf: Add 'event_copy' to 'struct perf_mmap'
Jiri Olsa
2019-09-25
3
-3
/
+7
|
*
|
|
|
|
|
|
|
libperf: Add 'overwrite' to 'struct perf_mmap'
Jiri Olsa
2019-09-25
4
-8
/
+9
|
*
|
|
|
|
|
|
|
libperf: Add prev/start/end to struct perf_mmap
Jiri Olsa
2019-09-25
3
-28
/
+29
|
*
|
|
|
|
|
|
|
libperf: Add 'refcnt' to struct perf_mmap
Jiri Olsa
2019-09-25
4
-11
/
+13
|
*
|
|
|
|
|
|
|
libperf: Add 'cpu' to struct perf_mmap
Jiri Olsa
2019-09-25
4
-6
/
+6
|
*
|
|
|
|
|
|
|
libperf: Add 'fd' to struct perf_mmap
Jiri Olsa
2019-09-25
4
-5
/
+5
|
*
|
|
|
|
|
|
|
libperf: Add 'mask' to struct perf_mmap
Jiri Olsa
2019-09-25
3
-13
/
+13
|
*
|
|
|
|
|
|
|
libperf: Add perf_mmap struct
Jiri Olsa
2019-09-25
7
-24
/
+39
|
*
|
|
|
|
|
|
|
perf evlist: Adopt backwards ring buffer state enum
Arnaldo Carvalho de Melo
2019-09-25
26
-29
/
+53
|
*
|
|
|
|
|
|
|
libperf: Link libapi.a in libperf.so
Jiri Olsa
2019-09-25
1
-3
/
+30
|
*
|
|
|
|
|
|
|
perf tools: Rename perf_evlist__purge() to evlist__purge()
Jiri Olsa
2019-09-25
1
-2
/
+2
|
*
|
|
|
|
|
|
|
perf tools: Rename perf_evlist__exit() to evlist__exit()
Jiri Olsa
2019-09-25
3
-4
/
+4
|
*
|
|
|
|
|
|
|
perf tools: Rename perf_evlist__alloc_mmap() to evlist__alloc_mmap()
Jiri Olsa
2019-09-25
1
-4
/
+4
|
*
|
|
|
|
|
|
|
perf tools: Rename perf_evlist__munmap() to evlist__munmap()
Jiri Olsa
2019-09-25
3
-8
/
+8
|
*
|
|
|
|
|
|
|
perf tools: Rename perf_evlist__mmap() to evlist__mmap()
Jiri Olsa
2019-09-25
18
-43
/
+43
|
*
|
|
|
|
|
|
|
perf tools: Rename 'struct perf_mmap' to 'struct mmap'
Jiri Olsa
2019-09-25
22
-93
/
+93
|
*
|
|
|
|
|
|
|
tools: Add missing stdio.h include to asm/bug.h header
Jiri Olsa
2019-09-25
1
-0
/
+1
|
*
|
|
|
|
|
|
|
libtraceevent: Man pages for tep plugins APIs
Tzvetomir Stoyanov
2019-09-25
1
-0
/
+99
|
*
|
|
|
|
|
|
|
libtraceevent: Move traceevent plugins in its own subdirectory
Tzvetomir Stoyanov (VMware)
2019-09-25
15
-91
/
+250
|
*
|
|
|
|
|
|
|
libtraceevent: Add tep_get_event() in event-parse.h
Tzvetomir Stoyanov (VMware)
2019-09-25
1
-0
/
+2
|
*
|
|
|
|
|
|
|
libtraceevent: Man pages fix, changes in event printing APIs
Tzvetomir Stoyanov (VMware)
2019-09-25
1
-12
/
+1
|
*
|
|
|
|
|
|
|
libtraceevent: Man pages fix, rename tep_ref_get() to tep_get_ref()
Tzvetomir Stoyanov (VMware)
2019-09-25
2
-5
/
+5
|
*
|
|
|
|
|
|
|
libtraceevent: Man pages for libtraceevent event print related API
Tzvetomir Stoyanov
2019-09-25
1
-0
/
+130
|
*
|
|
|
|
|
|
|
libtraceevent: Round up in tep_print_event() time precision
Steven Rostedt (VMware)
2019-09-25
1
-1
/
+3
|
*
|
|
|
|
|
|
|
perf list: Allow plurals for metric, metricgroup
Kim Phillips
2019-09-25
1
-2
/
+2
[prev]
[next]