index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2012-11-02
ring-buffer: Change unsigned long type of ring_buffer_oldest_event_ts() to u64
Yoshihiro YUNOMAE
2
-3
/
+3
2012-11-02
tracing: Reset ring buffer when changing trace_clocks
David Sharp
1
-0
/
+8
2012-11-02
perf tests: Add attr record no-inherit test
Jiri Olsa
1
-0
/
+7
2012-11-02
perf tests: Add attr record no samples test
Jiri Olsa
1
-0
/
+6
2012-11-02
perf tests: Add attr record period test
Jiri Olsa
1
-0
/
+7
2012-11-02
perf tests: Add attr record graph test
Jiri Olsa
3
-0
/
+22
2012-11-02
perf tests: Add attr record count test
Jiri Olsa
1
-0
/
+8
2012-11-02
perf tests: Add attr record freq test
Jiri Olsa
1
-0
/
+6
2012-11-02
perf tests: Add attr record event syntax group test
Jiri Olsa
1
-0
/
+20
2012-11-02
perf tests: Add attr record group test
Jiri Olsa
1
-0
/
+17
2012-11-02
perf tests: Add attr tests under builtin test command
Jiri Olsa
4
-0
/
+49
2012-11-02
perf tests: Add attr record basic test
Jiri Olsa
2
-0
/
+45
2012-11-01
linux/kernel.h: Remove duplicate trace_printk declaration
Michal Hocko
1
-5
/
+2
2012-11-01
tracing: Cleanup unnecessary function declarations
Vaibhav Nagarnaik
2
-53
/
+29
2012-11-01
tracing: Trivial cleanup
David Sharp
2
-5
/
+3
2012-11-01
tracing: Cache comms only after an event occurred
Steven Rostedt
4
-11
/
+33
2012-11-01
tracing: Have tracing_sched_wakeup_trace() use standard unlock_commit
Steven Rostedt
1
-3
/
+1
2012-11-01
tracing: Enable comm recording if trace_printk() is used
Steven Rostedt
3
-2
/
+38
2012-11-01
tracing: Expand ring buffer when trace_printk() is used
Steven Rostedt
1
-0
/
+7
2012-11-01
ring-buffer: Add a 'dropped events' counter
Slava Pestov
3
-6
/
+39
2012-11-01
tracing: Change tracer's integer flags to bool
Hiraku Toyooka
3
-12
/
+12
2012-11-01
tracing: Allow tracers to start at core initcall
Steven Rostedt
6
-8
/
+7
2012-11-01
tracing: Replace strict_strto* with kstrto*
Daniel Walter
7
-14
/
+14
2012-10-31
perf tests: Add framework for automated perf_event_attr tests
Jiri Olsa
5
-2
/
+470
2012-10-31
perf tests: Move test objects into 'tests' directory
Jiri Olsa
4
-8
/
+9
2012-10-31
perf browser: Don't show scripts menu for 'perf top'
Feng Tang
1
-2
/
+10
2012-10-31
perf tools: Remove BINDIR define from exec_cmd.o compilation
Jiri Olsa
1
-1
/
+0
2012-10-31
perf annotate: Handle XBEGIN like a jump
Andi Kleen
1
-0
/
+2
2012-10-31
perf tools: Handle --version string generation on machines without git
Arnaldo Carvalho de Melo
1
-1
/
+2
2012-10-31
perf tools: Further speed up the perf build
Ingo Molnar
1
-9
/
+4
2012-10-31
perf tools: Speed up the perf build time by simplifying the perf --version st...
Ingo Molnar
1
-1
/
+1
2012-10-31
perf tools: Add info about cross compiling for Android ARM
Joonsoo Kim
1
-1
/
+4
2012-10-31
perf tools: Warn about missing libelf
Namhyung Kim
1
-0
/
+2
2012-10-30
perf/x86: Fix sparse warnings
Peter Huewe
1
-2
/
+2
2012-10-30
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...
Ingo Molnar
34
-829
/
+1196
2012-10-29
perf python: Initialize 'page_size' variable
Arnaldo Carvalho de Melo
1
-0
/
+2
2012-10-29
perf record: Fix mmap error output condition
Jiri Olsa
1
-1
/
+2
2012-10-29
perf header: Add is_perf_magic() func
Feng Tang
2
-0
/
+11
2012-10-29
perf hists browser: Integrate script browser into main hists browser
Feng Tang
1
-0
/
+38
2012-10-29
perf annotate browser: Integrate script browser into annotation browser
Feng Tang
1
-0
/
+6
2012-10-29
perf scripts browser: Add a browser for perf script
Feng Tang
3
-0
/
+200
2012-10-29
perf script: Add more filter to find_scripts()
Feng Tang
1
-3
/
+79
2012-10-29
perf tools: Add a global variable "const char *input_name"
Feng Tang
11
-29
/
+20
2012-10-29
perf tools: Move dso_* related functions into dso object
Jiri Olsa
5
-726
/
+751
2012-10-29
perf tools: Move strxfrchar into string object
Jiri Olsa
4
-12
/
+19
2012-10-29
perf tools: Move hex2u64 into util object
Jiri Olsa
4
-34
/
+34
2012-10-29
perf tools: Move BUILD_ID_SIZE into build-id object
Jiri Olsa
5
-5
/
+9
2012-10-29
perf tools: Move build_id__sprintf into build-id object
Jiri Olsa
7
-17
/
+19
2012-10-28
perf tools: Move parse_events error printing to parse_events_options
Andi Kleen
1
-3
/
+7
2012-10-26
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...
Ingo Molnar
9
-61
/
+256
[prev]
[next]