index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
session.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-08-29
perf tools: Remove needless libtraceevent include directives
Arnaldo Carvalho de Melo
1
-1
/
+0
2019-08-29
perf session: Replace MAX_NR_CPUS with perf_env::nr_cpus_online
Kyle Meyer
1
-1
/
+2
2019-08-29
libperf: Rename the PERF_RECORD_ structs to have a "perf" prefix
Jiri Olsa
1
-10
/
+10
2019-08-28
libperf: Add PERF_RECORD_ID_INDEX 'struct id_index_event' to perf/event.h
Jiri Olsa
1
-4
/
+4
2019-08-28
perf evlist: Remove needless util.h from evlist.h
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-08-26
perf tool: Rename perf_tool::bpf_event to bpf
Arnaldo Carvalho de Melo
1
-3
/
+3
2019-08-26
libperf: Rename the PERF_RECORD_ structs to have a "perf" suffix
Arnaldo Carvalho de Melo
1
-1
/
+1
2019-08-26
libperf: Add PERF_RECORD_READ 'struct read_event' to perf/event.h
Jiri Olsa
1
-4
/
+4
2019-08-20
perf report: Dump LBR callstack data by -D jointly with thread stack
Alexey Budankov
1
-12
/
+19
2019-08-12
perf session: Avoid infinite loop when seeing invalid header.size
Arnaldo Carvalho de Melo
1
-1
/
+10
2019-07-29
libperf: Add perf_cpu_map__new()/perf_cpu_map__read() functions
Jiri Olsa
1
-1
/
+2
2019-07-29
libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evsel
Jiri Olsa
1
-10
/
+10
2019-07-29
libperf: Add perf_cpu_map__get()/perf_cpu_map__put()
Jiri Olsa
1
-1
/
+1
2019-07-29
perf evlist: Rename struct perf_evlist to struct evlist
Jiri Olsa
1
-12
/
+12
2019-07-29
perf evsel: Rename struct perf_evsel to struct evsel
Jiri Olsa
1
-15
/
+15
2019-07-29
perf cpu_map: Rename struct cpu_map to struct perf_cpu_map
Jiri Olsa
1
-1
/
+1
2019-07-23
perf session: Fix loading of compressed data split across adjacent records
Alexey Budankov
1
-8
/
+14
2019-07-09
tools lib: Adopt zalloc()/zfree() from tools/perf
Arnaldo Carvalho de Melo
1
-1
/
+1
2019-07-09
perf evsel: perf_evsel__name(NULL) is valid, no need to check evsel
Arnaldo Carvalho de Melo
1
-1
/
+1
2019-07-09
perf session: Fix potential NULL pointer dereference found by the smatch tool
Leo Yan
1
-0
/
+3
2019-05-28
perf session: Add missing swap ops for namespace events
Namhyung Kim
1
-0
/
+21
2019-05-15
perf report: Implement perf.data record decompression
Alexey Budankov
1
-1
/
+115
2019-05-15
perf report: Add stub processing of compressed events for -D
Alexey Budankov
1
-1
/
+18
2019-05-02
perf report: Report OOM in status line in the GTK UI
Thomas Richter
1
-3
/
+5
2019-03-19
perf bpf: Save bpf_prog_info in a rbtree in perf_env
Song Liu
1
-0
/
+1
2019-03-11
perf session: Add process callback to reader object
Jiri Olsa
1
-4
/
+19
2019-03-11
perf data: Support having perf.data stored as a directory
Jiri Olsa
1
-0
/
+4
2019-03-06
perf session: Fix double free in perf_data__close
Jiri Olsa
1
-3
/
+1
2019-02-20
perf session: Don't report zero period samples for slave events
Jiri Olsa
1
-0
/
+7
2019-02-06
perf auxtrace: Add timestamp to auxtrace errors
Adrian Hunter
1
-0
/
+3
2019-02-06
perf tools: Add missing include for symbols.h
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-02-06
pref tools: Add missing map.h includes
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-01-21
perf tools: Handle PERF_RECORD_BPF_EVENT
Song Liu
1
-0
/
+4
2019-01-21
perf tools: Handle PERF_RECORD_KSYMBOL
Song Liu
1
-0
/
+4
2019-01-21
perf report: Display arch specific diagnostic counter sets, starting with s390
Thomas Richter
1
-0
/
+5
2019-01-21
perf session: Add reader__process_events function
Jiri Olsa
1
-24
/
+38
2019-01-21
perf session: Add 'data_offset' member to reader object
Jiri Olsa
1
-4
/
+5
2019-01-21
perf session: Add 'data_size' member to reader object
Jiri Olsa
1
-1
/
+3
2019-01-21
perf session: Add reader object
Jiri Olsa
1
-2
/
+8
2019-01-21
perf session: Get rid of file_size variable
Jiri Olsa
1
-7
/
+5
2019-01-21
perf session: Rearrange perf_session__process_events function
Jiri Olsa
1
-13
/
+7
2019-01-02
perf session: Add comment for perf_session__register_idle_thread()
Adrian Hunter
1
-0
/
+7
2018-12-17
perf ordered_events: Add private data member
Jiri Olsa
1
-1
/
+2
2018-12-17
perf machine: Record if a arch has a single user/kernel address space
Adrian Hunter
1
-0
/
+4
2018-09-19
perf tools: Remove perf_tool from event_op3
Jiri Olsa
1
-5
/
+3
2018-09-19
perf tools: Remove perf_tool from event_op2
Jiri Olsa
1
-39
/
+28
2018-06-05
perf evsel: Add has_callchain() helper to make code more compact/clear
Arnaldo Carvalho de Melo
1
-1
/
+1
2018-04-27
perf symbols: Unify symbol maps
Arnaldo Carvalho de Melo
1
-9
/
+4
2018-04-05
perf report: Remove duplicated 'samples' in lost samples warning
Arnaldo Carvalho de Melo
1
-1
/
+1
2018-01-23
perf report: Fix regression when decoding intel_pt traces
Mathieu Poirier
1
-2
/
+2
[next]